Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

GeoJSON

A topic by victorvicto created Mar 21, 2023 Views: 469 Replies: 2
Viewing posts 1 to 2
(+1)

Hello,

I'm interested in trying to procedurally add streets with streetnames, give names and functions to buildings and so on in the json format of my generated medieval cities. The goal would then be to render the updated json files in a geojson reader. But it seems like the small houses are not rendered in the json export of my medieval cities anymore. And when I try to open an exported json file in geojson.io for example, it says that the "geometry" and "properties" fields are missing for each features. Is it because the json exports are not meant to be read as geojson anymore? Or is it due to an update that might have broken the json export feature?

Thanks for the great work, this city building tool is out of this world!

Developer

Hi,

This json is "geojson-like" but it is not actual geojson and it breaks some conventions of the original format. If regular buildings are missing when you load your exported city in the City Viewer, then it means you encounter a bug described here.

(+1)

Perfect! Thanks for the super quick answer!