map18xx 0.0.5

18xx tile and map designer
{
	"paths": [
		{
			"start": "N",
			"end": "S"
		},
		{
			"start": "N",
			"end": [ -0.5, -0.1, -0.1 ]
		},
		{
			"start": "S",
			"end": [ 0.5, 0.1, 0.1 ]
		}
	],
	"cities": [
		{
			"circles": 1,
			"text_id": "1",
			"position": [ -0.5, -0.1, -0.1 ],
			"revenue_position": [ -0.5, 0.2, 0.2 ]
		},
		{
			"circles": 1,
			"text_id": "1",
			"position": [ 0.5, 0.1, 0.1 ],
			"revenue_position": [ 0.5, -0.2, -0.2 ]
		}
	]
}