mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Also dist/data/* contains minified files now
These are now external and will fetch as needed:
-export { dataAddressFormats } from './address-formats.json';
-export { dataDeprecated } from './deprecated.json';
-export { dataDiscarded } from './discarded.json';
-export { dataLanguages } from './languages.json';
-export { dataPhoneFormats } from './phone-formats.json';
-export { dataShortcuts } from './shortcuts.json';
-export { dataTerritoryLanguages } from './territory-languages.json';
16 lines
324 B
JSON
16 lines
324 B
JSON
{
|
|
"n1": {
|
|
"id": "n1",
|
|
"loc": [-85.636433, 41.942959],
|
|
"tags": {
|
|
"addr:city": "Three Rivers",
|
|
"addr:housenumber": "333",
|
|
"addr:postcode": "49093",
|
|
"addr:state": "MI",
|
|
"addr:street": "Michigan Avenue",
|
|
"amenity": "townhall",
|
|
"name": "Three Rivers City Hall"
|
|
}
|
|
}
|
|
}
|