later
# itinerary
# agenda
ranked
[ ] wedding on
[ ] monetary on
[ ] sanique on
[ ] add a point to the map
[ ] store the point in mongo
DB:awesome
collection:places [{
"name": [],
"place": [{
"latitude": "",
"longitude": ""
}],
"notes": []
}]
[ ] add a region to the map
https://leafletjs.com/reference.html#polygon
[ ] store the region in mongo
DB:awesome
collection:places [{
"name": [],
"place": [{
"latitude": "",
"longitude": ""
},{
"latitude": "",
"longitude": ""
},{
"latitude": "",
"longitude": ""
}],
"notes": []
}]
[ ] https://www.openstreetmap.org/#map=5/38.007/-95.844
possibilities
[ ] retrieve the rectangular coordinates of the panel
[ ] add points and regions from your database
based on the math.
possibilities
maps
https://www.openstreetmap.org/#map=5/38.007/-95.844
https://wiki.openstreetmap.org/wiki/API_v0.6
Leftlet:
https://leafletjs.com/
HERE
Mapquest
Google Maps
Bing Maps
places
Yelp