-
Notifications
You must be signed in to change notification settings - Fork 97
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
Support ArgGIS layers #207
Comments
Some of them works with arcgis I think. Nothing about it @kekel87 ? |
For now, I just fit localy ImageArcGISRest on my project. For the vector-esri examples, I adapted the example to Typescript with ViewChild (for performance issues). For the arcgis-tiled examples, i use <aol-layer-tile>
<aol-source-xyz url="https://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/{z}/{y}/{x}">
</aol-source-xyz>
</aol-layer-tile> |
@kekel87 thanks for the info! I didn't know I could add |
I have them recreated by hand in a table to make style cache. I think it's possible to make an Arcgis style converter to Openlayer, but I do not find an Openlayer official solution. |
Would be great if this library can support ArcGIS layers:
https://openlayers.org/en/latest/examples/arcgis-tiled.html
https://openlayers.org/en/latest/examples/vector-esri.html
The text was updated successfully, but these errors were encountered: