Closed bertday closed 6 years ago
Related to this issue in the Atlas repo.
Example: 58 HAMILTON CIR
When you click on the map and no DOR parcels are identified, the targetGeom getter for regmaps in Atlas/CityAtlas main.js passes NaN objects to the Leaflet.latLngBounds constructor and throws an error.
targetGeom
main.js
NaN
Leaflet.latLngBounds
Related to this issue in the Atlas repo.
Example: 58 HAMILTON CIR
When you click on the map and no DOR parcels are identified, the
targetGeom
getter for regmaps in Atlas/CityAtlasmain.js
passesNaN
objects to theLeaflet.latLngBounds
constructor and throws an error.