maptiler / tileserver-gl

Vector and raster maps with GL styles. Server side rendering by MapLibre GL Native. Map tile server for MapLibre GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc.
https://tileserver.readthedocs.io/en/latest/
Other
2.23k stars 637 forks source link

Markers in static maps #471

Open goodhoko opened 4 years ago

goodhoko commented 4 years ago

Feature

The endpoints for static rendered maps now provide ways to render a path. It would be great if they also supported placing markers on the map.

image

Implementation

Google Maps static API provides comprehensive support for markers. Its API design could be used as a good reference for implementation in the TileServer.

For start we could add an ability to put markers of a set style. Style modifications and custom icons could be added later.

I'd happily try to implement this and submit a PR if the core team agree this is a wanted feature.

☮️

poldixd commented 4 years ago

There is a open merge request for markers in static maps: #427