This is a response to the JSON document fast lookup with MySQL 5.7
article by Frederic Descamp.
It is very easy to also use MySQL Workbench and the new GeoJSON support to actually show the
features.
My query:
SELECT ST_GeomFromGeoJSON(feature->"$.geometry",2) AS
feature
FROM test_features WHERE street='BEACH' ;
The result:
Community journal
Follow the feed
The latest from the MySQL community
Ideas, releases, practical guides, and perspectives from the people building with MySQL.
Showing entries 1 to 1 of 1
« Previous |
Next »
Mar
12
2016