Last active
October 24, 2020 22:22
-
-
Save waldyrious/625b7d7c77805a476d6d1a974b34021d to your computer and use it in GitHub Desktop.
Equipamentos culturais em Portugal (sample)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-8.273731, | |
39.900399 | |
] | |
}, | |
"properties": { | |
"nome": "Biblioteca Municipal de Figueiró dos Vinhos", | |
"tipo": "biblioteca", | |
"wikidata": "<a href='https://www.wikidata.org/wiki/Q71890449'>Q71890449</a>", | |
"marker-symbol": "library", | |
"marker-color": "#f90" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-8.60551111, | |
41.1469 | |
] | |
}, | |
"properties": { | |
"nome": "Coliseu do Porto", | |
"tipo": "teatro", | |
"wikidata": "<a href='https://www.wikidata.org/wiki/Q2982699'>Q2982699</a>", | |
"marker-symbol": "theatre", | |
"marker-color": "#909" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-7.760702, | |
40.615972 | |
] | |
}, | |
"properties": { | |
"nome": "Cineteatro de Mangualde", | |
"tipo": "cinema", | |
"wikidata": "<a href='http://www.wikidata.org/wiki/Q98309528'>Q98309528</a>", | |
"marker-symbol": "cinema", | |
"marker-color": "#06c" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-9.326395, | |
38.936922 | |
] | |
}, | |
"properties": { | |
"nome": "Palácio Nacional de Mafra", | |
"tipo": "museu", | |
"wikidata": "<a href='https://www.wikidata.org/wiki/Q599223'>Q599223</a>", | |
"marker-symbol": "museum", | |
"marker-color": "#600" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-8.475974, | |
40.479509 | |
] | |
}, | |
"properties": { | |
"nome": "Velódromo Nacional de Sangalhos", | |
"tipo": "recinto", | |
"wikidata": "<a href='https://www.wikidata.org/wiki/Q29450114'>Q29450114</a>", | |
"marker-symbol": "town-hall", | |
"marker-color": "#099" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-9.147787, | |
38.706746 | |
] | |
}, | |
"properties": { | |
"nome": "A Pequena Galeria", | |
"tipo": "galeria", | |
"wikidata": "<a href='https://www.wikidata.org/wiki/Q99845706'>Q99845706</a>", | |
"marker-symbol": "art-gallery", | |
"marker-color": "#f66" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-8.269089, | |
41.040553 | |
] | |
}, | |
"properties": { | |
"nome": "Anta do Vale da Rua", | |
"tipo": "monumento", | |
"wikidata": "<a href='https://www.wikidata.org/wiki/Q66813034'>Q66813034</a>", | |
"marker-symbol": "monument", | |
"marker-color": "#fc0" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment