azure-maps-spatial-io
v0.1.8
Published
Geospatial data input/output module for Azure Maps JS Control
Downloads
816
Readme
Azure Maps Spatial IO Module
The Azure Maps Spatial IO module makes it easy to integrate spatial data with the Azure Maps web SDK using JavaScript or TypeScript.
Features
- Read and write common spatial files such as KML, KMZ, GPX, GeoRSS, GML, and delimited files with spatial columns (CSV).
- Connect to Open Geospatial Consortium (OGC) services and easily integrate with Azure Maps web SDK. Overlay Web Mapping Services (WMS) and Web Map Tile Services (WMTS) as layers on the map. Query data in a Web Feature Service (WFS).
- Easily overlay complex data sets that contain style information and have them render automatically.
- Leverage high speed XML and delimited file reader and writer classes.
How to Install
You can embed the Azure Maps Spatial IO module source code into your app by installing the NPM package:
npm install azure-maps-spatial-io
This package includes a minified version of the source code as well as the TypeScript definitions for the Azure Maps Drawing Tools module.
Alternatively, you can also reference the hosted version of the Azure Maps Drawing Tools module by adding the following script tags to your application.
<script src="https://atlas.microsoft.com/sdk/javascript/spatial/0/atlas-spatial.min.js"></script>
Developer Resources
Related Packages
- Azure Maps Web Control - An interactive map control for use in web apps.
- Azure Maps Drawing Tools Module - Add drawing capabilities to your map.
- Azure Maps Search Module - A JavaScript library that makes it easy to work with the Azure Maps REST services in any web or NodeJS app.
Release notes
Please refer to release notes for more information.