Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Yes, GeoJSON coordinates are longitude and latitude in degrees and that's how I treat them in MFCG. But it doesn't really matter unless you are placing loaded data on the actual Earth sphere, so in the future I'm going to switch to much more readable values in meters.

Road width is not a coordinate, it's obviously a length value. Its unit is a length of a degree at the equator which is around 111 km. The width of major roads in MFCG is 8 meters.

(+1)

Thank you for clarification on the units. I am importing the data to Unity for further generation into 3D content.



Would be nice to have more data in the JSON file, like voronoi cell boundaries and maybe a cell content type, so that for example wards and different building types can be distinguished from each other. It's also missing some features like piers and those town square "wells".

Maybe some proprietary JSON or XML formatted export file would be better, so you wouldn't have to conform to the rigidity of the GeoJSON format. But this is probably what you are doing as you were talking about metric units.

Thank you for creating this great generator, I'll be waiting for future updates.