ghettovoice / vuelayers

Web map Vue components with the power of OpenLayers
https://vuelayers.github.io/
MIT License
681 stars 230 forks source link

Cannot read property 'slice' of null at Map.PluggableMap.getCoordinateFromPixelInternal #389

Closed vvizden closed 3 years ago

vvizden commented 3 years ago

Hi,

when using the ol map instance method forEachFeatureAtPixel, the console printed the error:

TypeError: Cannot read property 'slice' of null
    at Map.PluggableMap.getCoordinateFromPixelInternal

Please review the example.

vvizden commented 3 years ago

Because i use the pixel_ instead of pixel, maybe the pixel_ is null at some point, so just add a null value checking.