gregrs-uk / python-fhrs-osm

Python tools and Leaflet maps for downloading, comparing and visualising Food Hygiene Rating Scheme (FHRS) and OpenStreetMap data
http://gregrs.dev.openstreetmap.org/fhrs/
GNU General Public License v3.0
8 stars 2 forks source link

Set max zoom on HTML maps to 19 #70

Closed rjw62 closed 5 years ago

rjw62 commented 5 years ago

In dense city centres it can sometimes be hard to see the shop names and click on over-lapping circle markers at zoom 18. Allowing users to zoom in an extra level to 19 will make things easier.

gregrs-uk commented 5 years ago

Thanks @rjw62.

By the way, it's generally easier to create a 'feature branch' in your fork rather than committing to the master branch of your fork. Here's a link explaining the workflow.