XYZ Maps Links¶
Here is a list of links for working with XYZ Maps
API and Service¶
Base URL for your API¶
Swagger API documentation¶
http://localhost:8080/hub/static/swagger/
ReDoc API documentation¶
http://localhost:8080/hub/static/redoc/
XYZ Tools¶
XYZ Maps Playground¶
https://xyzmaps.github.io/xyz-maps/playground
XYZ Maps JSDoc Documentation¶
https://heremaps.github.io/xyz-maps/docs/
JavaScript Maps UI Components¶
Common https://localhost:8080/maps/latest/xyz-maps-common.min.js
Core https://localhost:8080/maps/latest/xyz-maps-core.min.js
Display https://localhost:8080/maps/latest/xyz-maps-display.min.js
Editor https://localhost:8080/maps/latest/xyz-maps-editor.min.js
Links to copy and paste into your HTML header:
<script src="https://localhost:8080/maps/latest/xyz-maps-common.min.js" type="text/javascript" charset="UTF-8" ></script>
<script src="https://localhost:8080/maps/latest/xyz-maps-core.min.js" type="text/javascript" charset="UTF-8" ></script>
<script src="https://localhost:8080/maps/latest/xyz-maps-display.min.js" type="text/javascript" charset="UTF-8" ></script>
<script src="https://localhost:8080/maps/latest/xyz-maps-editor.min.js" type="text/javascript" charset="UTF-8" ></script>
XYZ Maps Tools¶
XYZ GeoJSON Tool¶
https://xyzmaps.github.io/geojson-tool/