JavaScript
var models = [
{ "type": "Feature", "properties": { "name": "Western Australia", "abbrev": "W.A." }, "geometry": { "type": "Point", "coordinates": [0,0] } },
{ "type": "Feature", "properties": { "name": "Northern Territory", "abbrev": "N.T." }, "geometry": { "type": "Point", "coordinates": [0,0] } },
{ "type": "Feature", "properties": { "name": "South Australia", "abbrev": "S.A." }, "geometry": { "type": "Point", "coordinates": [0,0] } },
{ "type": "Feature", "properties": { "name": "Queensland", "abbrev": "Qld." }, "geometry": { "type": "Point", "coordinates": [0,0] } },
{ "type": "Feature", "properties": { "name": "Tasmania", "abbrev": "Tas." }, "geometry": { "type": "Point", "coordinates": [0,0] } },
{ "type": "Feature", "properties": { "name": "Victoria", "abbrev": "Vic." }, "geometry": { "type": "Point", "coordinates": [0,0] } },
{ "type": "Feature", "properties": { "name": "Australian Capital Territory", "abbrev": "A.C.T." }, "geometry": { "type": "Point", "coordinates": [0,0] } },
{ "type": "Feature", "properties": { "name": "Jervis Bay Territory", "abbrev": "J.B.T." }, "geometry": { "type": "Point", "coordinates": [0,0] } },
{ "type": "Feature", "properties": { "name": "New South Wales", "abbrev": "N.S.W." }, "geometry": { "type": "Point", "coordinates": [0,0] } },
{ "type": "Feature", "properties": { "name": "Acre", "abbrev": "Acre" }, "geometry": { "type": "Point", "coordinates": [0,0] } },
{ "type": "Feature", "properties": { "name": "Rondônia", "abbrev": "Rond." }, "geometry": { "type": "Point", "coordinates": [0,0] } },
{ "type": "Feature", "properties": { "name": "Roraima", "abbrev": "Rora." }, "geometry": { "type": "Point", "coordinates": [0,0] } },
{ "type": "Feature", "properties": { "name": "Amazonas", "abbrev": "Amaz." }, "geometry": { "type": "Point", "coordinates": [0,0] } },
{ "type": "Feature", "properties": { "name": "Pará", "abbrev": "M.Ger." }, "geometry": { "type": "Point", "coordinates": [0,0] } },
{ "type": "Feature", "properties": {...