cityjson / cityjson-qgis-plugin

A QGIS plugin that adds support for CityJSON files
Apache License 2.0
35 stars 8 forks source link

Plugin does not transform coordinates #5

Closed wonder-sk closed 5 years ago

wonder-sk commented 5 years ago

Trying with Den Haag example dataset - it is using a transform, but the plugin does not apply the scale and translation, so the coordinates are completely wrong.

"transform": {
  "scale":[0.001,0.001,0.001],
  "translate":[78248.66,457604.591,2.463]
}