Draw ESRI maps feature layer on top of Bing maps

dannyboh 20 Reputation points
2024-03-10T08:31:11.9766667+00:00

Hello, do we have ability to draw all layers from ESRI using bing maps? I'm asking about feature layer, WMS and image layer. But I specifically interested in feature layer for now. Do we have any examples how to do that?

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
592 questions
Windows Maps
Windows Maps
A Microsoft app that provides voice navigation and turn-by-turn driving, transit, and walking directions.
245 questions
0 comments No comments
{count} votes

Accepted answer
  1. rbrundritt 15,311 Reputation points Microsoft Employee
    2024-03-11T16:47:23.08+00:00

    Several OGC layers are supported in Azure Maps Spatial IO module. Many of ESRI layers are OGC layers (open geospatial community standards). Web Mapping Service (WMS) and Web Mapping Tile Service (WMTS) are both supported: https://learn.microsoft.com/en-us/azure/azure-maps/spatial-io-add-ogc-map-layer

    In terms of feature services, Web Feature Service (WFS) versions 1.0.0, 1.1.0 and 2.0.0 are supported. Note that this library simply makes it easy to query the data service. Since the data from this service is vector data (raw points, lines, polygons) you would then add it to a data source in the map and use layers to specify how to render them. https://learn.microsoft.com/en-us/azure/azure-maps/spatial-io-connect-wfs-service Note that ESRI has its own Feature service that is not an open standard. You can call that like a regular REST service and have it return results in GeoJSON format which could than be added into a data source in Azure Maps easily.

    Here are a bunch of code samples:

    WFS:

    WMS/WMTS:

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful