If you’re a Mapwize customer looking to retrieve your data here’s how you should proceed:
1. Retrieving the image of your map
To retrieve the image of your map, log in to studio.mapwize.io. Once on the homepage, first select your venue:
Then, click on <floorplan sources>:
Select the floor you wish to retrieve:
Then, click on <Download image file>:
Your floor plan is now downloaded as a PNG.
If you wish to retrieve a KML format of your floor plans, follow the same procedure but this time click on the 3 dots and on <Download kml>:
Your floor plan is now downloaded as a KML.
2. Retrieving your Points of interest
Once you’ve selected your venue, click on <places>:
Then click on the 3 dots. You will then be able to download your POIs as a CSV file and/or as a geojson file:
Please note that the CSV file will provide you with a list of POIs with the main POI settings (Name, Title, PlaceType, etc.) and the geojson file will provide you with the geometry and coordinates of your polygons only. To retrieve all of the data associated to your POIs such as custom data and place details please retrieve them through the API:
https://api.mapwize.io/v1/places?venueId={{venueId}}&api_key={{api_key}}&isPublished=all
3. Retrieving your direction graphs and connectors
Direction (route) graphs and connectors can only be retrieved through our API.
Route graphs:
https://api.mapwize.io/v1/routegraphs?venueId={{venueId}}&api_key= {{api_key}}&isPublished=all
Connectors:
https://api.mapwize.io/v1/connectors?venueId={{venueId}}&api_key={{api_key}}&isPublished=all
Here’s the link to our API documentation for more information: https://documenter.getpostman.com/view/3032676/RW1aKg3f
Comments
0 comments
Article is closed for comments.