Skip to main content

How can I add a map image to an email.

I have a lat long coordinate. I do not have a google maps api key so google maps is out of the question. Any tips would be really appreciated.

Do you need global coverage? If so, I think there's some OpenStreetMap WMS services you could use to get static images from and embed those.


Hello

You can use a Imagefetcher Transformer

 

You can get a static map with the following Image URL:

http://osm-static-maps.herokuapp.com/?height=600&width=600&center=2.29469,48.8583&zoom=20&attribution=© OpenStreetMap-Contributors

 

Options for the URL can be find here

https://github.com/jperelli/osm-static-maps

 

More static maps are documented here

https://wiki.openstreetmap.org/wiki/Static_map_images


Reply