Trying to get the Manhattn example from the documentation to work. The first hurdle is that: tooltip(gender, geometry) seems not to work. It can't find "geometry". I've put it in quotes, just to get the map to build. When it does build, it displays, but if I attempt to interact with the map it crashes (white screen).
I see in the console:
vendor.js:16 This page appears to be missing CSS declarations for Mapbox GL JS, which may cause the map to display incorrectly. Please ensure your page includes mapbox-gl.css, as described in https://www.mapbox.com/mapbox-gl-js/api/.
b @ vendor.js:16
vendor.js:32 TypeError: Cannot read property '13432' of undefined
at d (rdeck.js:1)
at rdeck.js:1
at Array.map (<anonymous>)
at rdeck.js:1
at Qo (vendor.js:32)
at Ra (vendor.js:32)
at Da (vendor.js:32)
at gs (vendor.js:32)
at ul (vendor.js:32)
at sl (vendor.js:32)
ts @ vendor.js:32
vendor.js:32 Uncaught TypeError: Cannot read property '13432' of undefined
at d (rdeck.js:1)
at rdeck.js:1
at Array.map (<anonymous>)
at rdeck.js:1
at Qo (vendor.js:32)
at Ra (vendor.js:32)
at Da (vendor.js:32)
at gs (vendor.js:32)
at ul (vendor.js:32)
at sl (vendor.js:32)
Trying to get the Manhattn example from the documentation to work. The first hurdle is that:
tooltip(gender, geometry)
seems not to work. It can't find "geometry". I've put it in quotes, just to get the map to build. When it does build, it displays, but if I attempt to interact with the map it crashes (white screen).I see in the console:
code: