map18xx 0.0.5

18xx tile and map designer
{
	"text": [
		{
			"id": "2",
			"position": [0.05, -0.4, 0.0],
			"size": "120%",
			"weight": 900,
			"anchor": "Middle"
		}
	],
	"paths": [
		{
			"start": "NW",
			"end": "S"
		},
		{
			"start": "SW",
			"end": "SE",
			"is_bridge": true
		}
	],
	"cities": [
		{
			"circles": 1,
			"text_id": "1",
			"position": [ -0.3, 0.0, 0.2 ],
			"revenue_position": [ -0.1, 0.35, 0.35 ]
		},
		{
			"circles": 1,
			"text_id": "1",
			"position": [ 0.2, 0.0, -0.3 ],
			"revenue_position": [ 0.35, 0.35, -0.1 ]
		}
	]
}