Hi Mappedin team,
I’m trying to use @mappedin/maplibre-overlay and I’m seeing a consistent issue: indoor room labels render, but room polygons/geometry do not render.
What I tested:
-
I implemented your sample flow almost exactly:
-
new MapLibreMap(…) with Mappedin style
-
createMapLibreOverlay(mapData)
-
mapView.__EXPERIMENTAL__auto()
-
I tested with your sample map credentials and map IDs:
-
key: mik_yeBk0Vf0nNJtpesfu560e07e5
-
mapIds: 660c0c3aae0596d87766f2da, 660c0c6e7c0c4fe5b4cc484c
-
-
Result is always the same:
-
room names visible
-
no room polygons visible
Environment:
-
React app (Vite)
-
@mappedin/mappedin-js: 6.11.0
-
@mappedin/maplibre-overlay: 6.0.1-beta.59
-
maplibre-gl: 5.6.2
I also created an isolated route/component with only the sample code (no app map wrappers), and still get the same result.
Questions:
-
Are there known requirements/configs for polygon mesh rendering with MapLibre overlay in React/Vite?
-
Are there known compatibility issues with these versions?
-
Is there a required SDK option/asset/worker config for indoor polygons (beyond labels)?
-
Would you recommend specific package versions that are confirmed working for this scenario?
Happy to share a minimal snippet if helpful.