First time using PostGIS in an app.
Target:
- Get Heat Map of customers from address table using leaflet.js and heatmap.js
Have DB called store_dev. Installed OSM Bright from Mapbox in it.
Have a table called "addresses" with street, city, state, zip, lat and lng. When user enters Address I get lat / lng from openstreetmap nomination service.
Do I need to store anything else?
Nomination returns things like boundingbox and polygonpoints, any advantage on storing this?
