Current File : /home/jvzmxxx/wiki/extensions/Kartographer/tests/phpunit/data/good-schemas/03-point-feature.json
{
	"type": "Feature",
	"geometry": {
		"type": "Point",
		"coordinates": [-122.3988, 37.8013]
	},
	"properties": {
		"title": "foo bar",
		"marker-symbol": "museum",
		"marker-size": "medium",
		"marker-color": "0050d0"
	}
}