Value Check on Location parameter of the Map creator
See original GitHub issueI accidentally tried calling folium.Map([45.0 -79.0])
in a Notebook, and it failed silently leading me to tried to decode the indecipherable JS console output.
There could be a simple check to see, if location
is a list, that it has 2 and only 2 values.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Example: Add a Parameter to a Map View - Tableau Help
This example uses the World Indicators sample data source to demonstrate the following: How to build a map view that shows the birth...
Read more >Use URL parameters to create and modify maps - ArcGIS Online
Find a location or feature to open the map The find parameter accepts single-line addresses, partial addresses (such as city only or country...
Read more >Get Started | Maps Static API - Google Developers
The Maps Static API uses numbers (latitude and longitude values) or strings (addresses) to specify these locations. These values identify a geocoded location....
Read more >Map Editor - Software AG Documentation
The Natural map editor is used to create and modify a Natural object of type map ... To move a field or a...
Read more >Create a Custom Map URL - Bing Maps - Microsoft Learn
Parameters specify things like the map center point, zoom level, map view (area that you want your map to display), search results and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed in #626
Just started that. Thanks!