GeoJSON 2D or 3D bbox #1893
Answered
by
HarelM
guimochila
asked this question in
Q&A
GeoJSON 2D or 3D bbox
#1893
-
In the type MapOptions, the option "bounds" and "maxBounds" are the type of LngLatBoundsLike. The type LngLatBoundsLike accepts a 2D bbox: export declare type LngLatBoundsLike = LngLatBounds | [
LngLatLike,
LngLatLike
] | [
number,
number,
number,
number
]; Reading the RFC of GeoJSON I can see BBox can be of type 2D or 3D: Bounding Box Is there any reason why Maplibre does not support 3D in these options? (I am still new learning about maps). Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
HarelM
Nov 30, 2022
Replies: 1 comment 1 reply
-
MapLibre is mainly 2D in terms of supported geojson. In the future, if and when Maplibre will support 3D geojson this might be relevant I guess... |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
guimochila
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MapLibre is mainly 2D in terms of supported geojson. In the future, if and when Maplibre will support 3D geojson this might be relevant I guess...