cityjson / cityjson-qgis-plugin

A QGIS plugin that adds support for CityJSON files
Apache License 2.0
35 stars 8 forks source link
cityjson metadata qgis qgis-plugins

CityJSON Loader for QGIS 3

This is a Python plugin for QGIS 3 which adds support for loading CityJSON datasets in QGIS.

Installation

"Stable" releases are available through the official QGIS plugins repository.

Use

After the installation, there must be a new submenu under the Vector menu. Select CityJSON Loader->Load CityJSON... in order to open the CityJSON dialog window. You can select a dataset and add it from there.

You may enable the Split layers according to object type option in order to load different object types as different layers in QGIS.

3D view in QGIS 3.0

CityJSON Loader automatically enables 3D renderer in QGIS versions 3.2 onwards. However, if you are using QGIS 3.0 you have to enable it manually. This can be done as follows:

Development

You may use make to assist you while developing.

The following rules can be useful: