-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow three elements in LngLat.convert, for GeoJSON
Following RFC 7946, position is an array of number with two OR MORE elements (Implementations SHOULD NOT extend positions beyond three elements). The 3rd element is usually Altitude. We could ignore it but we must not fail. This small fix allows well-formed geojson file to be fully processed Signed-off-by: Olivier Guiter <oguiter@free.fr>
- Loading branch information
1 parent
c83e839
commit 31fda03
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters