-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect CSS Color Prevents arcgis/navigation maps from loading #212
Comments
Hi @sheeley820. Thanks for reporting this. I agree with you that The associated ArcGIS Online item for that basemap is https://www.arcgis.com/home/item.html?id=63c47b7177f946b49902c24129b87252 (if you click the Thanks! |
If you click into the author of that ArcGIS Online item, https://www.arcgis.com/home/user.html?user=esri_vector , you'll see an email address provided there. So in addition to the above instructions, I would ask you to please send a note to that email address. |
Thank you Gavin. I will email them. |
@sheeley820 @gavinr-maps I have reached out to the proper internal teams at Esri and they are working to resolve this. Hopefully it gets fixed soon. The problem is related to the data for the |
@gowin20 Yes, agreed. However, I knew that the maintainers of this repo work at Esri and are fairly active, and finding a good way to contact Esri through their website was not very successful. Also, it provides visibility for other users who may be seeing the same issue. I have reached out to Andy Green at Esri and he has informed me that they plan on releasing a fix on November 29'th. Once that fix is released I will close this issue. Thanks to Gavin for pointing me to the right contact. |
Looks like they have released a fix so I am closing this. |
Describe the bug
I know this bug is not directly in the domain of
esri-leaflet-vector
, however, switching to the V2 api for styles is what has brought this issue to the forefront.I have not been able to determine when this bug was introduced, but can confirm that it exists in the latest version of MapLibreGL.
In the "Water point/Dam or weir" property of the arcgis/navigation map Styles (https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/styles/arcgis/navigation) the paint.text-halo-color is set to #fffffr, which is an invalid hexadecimal color.
An example can be seen here by selecting the "arcgis/navigation" layer. In the console you will see the following error:
maplibre-gl-js version: 3.3.1
browser: All
Expected Behavior
The map should load without an error.
Actual Behavior
The map does not load.
Reproduction
Link to Demonstration
https://developers.arcgis.com/esri-leaflet/samples/switching-basemaps/
Logs
Error: layers[142].paint.text-halo-color: color expected, "#fffffr" found
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: