-
Updated
Sep 12, 2020 - JavaScript
geocoder
Here are 229 public repositories matching this topic...
Suggestion
Add a section to the README about how to test this component.
Motivation
I've come across countless issues and questions in the gitter about how to test or mock this library. If anyone has done this before, please consider adding a testing guide to the README.
-
Updated
Sep 13, 2020 - Java
-
Updated
Jun 16, 2020 - JavaScript
-
Updated
Aug 25, 2020 - Go
-
Updated
Nov 12, 2019 - Objective-C
-
Updated
Aug 7, 2016 - JavaScript
I suggest that [landuse=basin] may be rendered with flat water-blue, and no strange green icon.
Example in a park :

https://www.qwant.com/maps/#map=18.21/48.8766543/2.2634781
And in the countryside :


This example works:
geopy.point.Point('+037.33270,-122.00530')
This example does not work:
geopy.point.Point('+041.69438,+001.51461')
ValueError: Failed to create Point instance from string: unknown format.
The string in example that is not working is indeed valid GPS, so I believe that this is a bug.