map18xx 0.0.5

18xx tile and map designer
{
	"text": [
		{
			"purpose": "cost",
			"id": "2",
			"position": [ 0.5, 0.0, 0.0 ],
			"anchor": "Start"
		},
		{
			"purpose": "name",
			"id": "3",
			"position": [ 0.0, 0.0, 0.5 ],
			"anchor": "Middle"
		}
	],
	"paths": [
		{
			"start": "C",
			"end": "S"
		},
		{
			"start": "C",
			"end": "SE"
		}
	],
	"cities": [
		{
			"circles": 1,
			"position": "C",
			"text_id": "1",
			"revenue_position": [ 0.0, 0.6, 0.0 ]
		}
	]
}