boku-ilen / geodot-plugin

Godot plugin for loading geospatial data
GNU General Public License v3.0
114 stars 19 forks source link

Add support for point data #21

Closed kb173 closed 4 years ago

kb173 commented 4 years ago

Similarly to the current LineString functionality, Points and MultiPoints should be supported and cast into a new GeoPoint for Godot.

kb173 commented 4 years ago

Done with https://github.com/boku-ilen/geodot-plugin/commit/7694aec7e3243e7cb38bcc01363b48d373aca6d3 + tested!