GeoJson:TH-D74A Processor: Difference between revisions
Created GeoJSON page |
Visual map edit |
||
| Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Spansion Flash Memory", | |||
"description": "" | |||
}, | |||
"geometry": { | |||
"type": "Polygon", | |||
"coordinates": [ | |||
[ | |||
[ | |||
4.875, | |||
36.574219 | |||
], | |||
[ | |||
4.875, | |||
58.199219 | |||
], | |||
[ | |||
26.875, | |||
58.199219 | |||
], | |||
[ | |||
26.875, | |||
36.574219 | |||
], | |||
[ | |||
4.875, | |||
36.574219 | |||
] | |||
] | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Texas Instruments OMAP L138", | |||
"description": "" | |||
}, | |||
"geometry": { | |||
"type": "Polygon", | |||
"coordinates": [ | |||
[ | |||
[ | |||
34, | |||
36.324219 | |||
], | |||
[ | |||
34, | |||
67.824219 | |||
], | |||
[ | |||
66.5, | |||
67.824219 | |||
], | |||
[ | |||
66.5, | |||
36.324219 | |||
], | |||
[ | |||
34, | |||
36.324219 | |||
] | |||
] | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Winbond DDR RAM", | |||
"description": "" | |||
}, | |||
"geometry": { | |||
"type": "Polygon", | |||
"coordinates": [ | |||
[ | |||
[ | |||
73.875, | |||
41.949219 | |||
], | |||
[ | |||
73.875, | |||
63.574219 | |||
], | |||
[ | |||
93.75, | |||
63.574219 | |||
], | |||
[ | |||
93.75, | |||
41.949219 | |||
], | |||
[ | |||
73.875, | |||
41.949219 | |||
] | |||
] | |||
] | |||
} | |||
} | |||
] | |||
} | } | ||