commitcoffee
commitcoffee copied to clipboard
`$ python validate.py` give me: > WARNING: 'coordinates' of place: 'Kukania' should be a list of exactly two elements, but instead: '' > WARNING: 'coordinates' of place: 'Starbucks Coffee' should...
Cool idea. One suggestion: if you store the locations as GeoJSON rather than a purpose-built JSON schema you'll get a few advantages: 1. GitHub will natively render the GeoJSON. Here's...
It would be awesome to have an alternative to the search box which uses `window.navigator.geolocation` to search for nearby places based on lat/longitude. Would be particularly useful for mobile users,...
Slight UX issue - when you search on an iPhone, the keyboard remains present, blocking most of the map. One possible fix would be to take the focus away from...
Dear Sebastian, If you have time and interest, would you kindly consider an alternative approach to this project's implementation: - Use OpenStreetMap as the base layer for the map -...