|
|
|
|
|
by michaelcolenso
4328 days ago
|
|
The data was sourced by using ogr2ogr to grab the data from an arcGIS server that the city runs and convert it to geojson. There was also an associated Sales db that I was able to query all results for, so I grabbed those and stuck them in MongoDB for the purpose of linking the parcel data with the property number in the db. When a user clicks on a property, I search mongo for the associated records and update the html via socket.io. |
|