Live data from Hacker News

Show HN: Meeting Location Calculator

meetinglocationcalculator.com

1–6 of 6 posts

Re: Show HN: Meeting Location Calculator

#2
Great website and idea.

On the bottom right of the map the CSS '.leaflet-control a' sets 'display: none;' which hides the copyright of the map. It might not fit the style of the dark background map, but it's not optional. You could move the copyright to an about page.

Re: Show HN: Meeting Location Calculator

#3
post #2

Great website and idea. On the bottom right of the map the CSS '.leaflet-control a' sets 'display: none;' which hides the copyright of the map. It might not fit the style of the dark background map, but it's not optional. You could move the copyright to an about page.

Thank you for the feedback and heads up. But are you sure that it is not optional? It is a feature directly provided by leaflet (https://leafletjs.com/reference.html#control-attribution) so I thought there would be no problem in me hiding the prefix. I really have no idea about copyright regulations though so I will take a look.

Re: Show HN: Meeting Location Calculator

#6
post #2

Great website and idea. On the bottom right of the map the CSS '.leaflet-control a' sets 'display: none;' which hides the copyright of the map. It might not fit the style of the dark background map, but it's not optional. You could move the copyright to an about page.

Thank you for the feedback and heads up. But are you sure that it is not optional? It is a feature directly provided by leaflet ( https://leafletjs.com/reference.html#control-attribution ) so I thought there would be no problem in me hiding the prefix. I really have no idea about copyright regulations though so I will take a look.

The feature is in case you use tile layers that don't require attribution. The Mapbox/OpenStreetMap layer need attribution. A click on either link will show examples https://www.openstreetmap.org/copyright https://docs.mapbox.com/help/getting-started/attribution/