jekyll-maps icon indicating copy to clipboard operation
jekyll-maps copied to clipboard

Integrate GoogleMaps geocoding

Open ayastreb opened this issue 9 years ago • 1 comments

As a user I should be able to use GoogleMaps geocoding For example, following post:


---
title: Paris is cool
location: Paris, France
--- 

France is nice!
{% google_map on_page %}

should geocode "Paris, France" to latitude/longitude coordinates and display it on the map.

ayastreb avatar Jul 23 '16 14:07 ayastreb

normally, you would do geocoding only ones when you render your files to HTML and not on every webpage loading.

rriemann avatar Sep 07 '19 16:09 rriemann