You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@olafveerman That is correct. The layer and source names cannot match an existing one.
This could be validated in the frontend, but it is perhaps easier to run this through the validator.
What's wrong
When the layer
Schools
is enabled, nothing shows up on the map. Also no error message in the console, nor any failed tile requests in the network tab.Troubleshooting
✔️ The tiles themselves are working: https://aep-tiles.staging.derilinx.com/tiles/ke/schools/mapbox.html
✔️ The metadata.json seems ok and in line with the Mapbox config: https://aep-tiles.staging.derilinx.com/tiles/ke/schools/metadata.json
Source:
Layer:
❌ Interestingly enough
console.log(theMap.getLayer('schools'))
returns this:My guess is that the layer name clashes with the layer name in the base style. Any thoughts @danielfdsilva ?
The text was updated successfully, but these errors were encountered: