visgl / deck.gl

WebGL2 powered visualization framework
https://deck.gl
MIT License
12.2k stars 2.09k forks source link

GeoJsonLayer doesn't support COORDINATE_SYSTEM.METER_OFFSETS #5433

Closed romanIlyushin-bc closed 3 years ago

romanIlyushin-bc commented 3 years ago

Description

When I use meter coordinates and specify coordinateSystem: COORDINATE_SYSTEM.METER_OFFSETS param for my GeoJson layer, it doesn't display anything.

Expected Behavior

Layer should support METER_OFFSETS param or clearly state in the doc about inability to support it.

Repro Steps

See above

Environment

Logs

No console error messages

Pessimistress commented 3 years ago

GeoJsonLayer does support METER_OFFSETS. If you think there is a bug, you need to provide the data and layer props that you are using to reproduce it.

Pessimistress commented 3 years ago

Closing - cannot reproduce