map18xx 0.0.5

18xx tile and map designer
{
	"paths": [
		{
			"start": "S",
			"end": "N"
		},
		{
			"start": "SE",
			"end": "NW",
			"is_bridge": true
		}
	],
	"cities": [
		{
			"text_id": "1",
			"circles": 1,
			"position": [ 0.43, -0.05, -0.15 ],
			"revenue_position": [ 0.3, 0.4, 0.0 ]
		},
		{
			"text_id": "1",
			"circles": 1,
			"position": [ -0.15, -0.28, -0.28 ],
			"revenue_position": [ -0.5, -0.25, 0.0 ]
		}
	]
}