Skip to content
Commit d08729a7 authored by John Zaitseff's avatar John Zaitseff Committed by Torsten Rahn
Browse files

Completely rewrite the GeoJSON runner plugin for RFC7946 compliance.

In particular, the plugin now handles GeoJSON files that do not contain
a FeatureCollection top-level object. It also correctly handles
GeometryCollection objects that can nest other GeoJSON geometry objects
arbitrarily deep, by using a recursive parser. Furthermore, altitude
values are now imported along with longitude and latitude.

Properties on Feature objects are now handled in such a way that
extending these to cover styles is made easier.

Differential Revision: https://phabricator.kde.org/D23527
parent f4c223bc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment