kopia lustrzana https://github.com/JOSM/MapWithAI
Move parameters to appropriate location, add ids
Signed-off-by: Taylor Smock <taylor.smock@kaart.com>pages
rodzic
4a833d8f13
commit
9eef73223b
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"Statewide Aggregate Addresses in Colorado 2019 (Public)": {
|
||||
"id": "colorado_public_aggregate_addresses",
|
||||
"type": "thirdParty",
|
||||
"countries": {
|
||||
"US-CO": ["addr:housenumber"]
|
||||
|
@ -11,6 +12,7 @@
|
|||
"url": "https://importdata.riverviewtechnologies.com/coloradoAddresses/map?bbox={bbox}"
|
||||
},
|
||||
"MapWithAI": {
|
||||
"id": "facebook_mapwithai",
|
||||
"type": "facebook",
|
||||
"countries": {
|
||||
"AE": ["highway"],
|
||||
|
@ -214,10 +216,39 @@
|
|||
"description": "buildings",
|
||||
"enabled": true,
|
||||
"parameter": "result_type=road_building_vector_xml"
|
||||
},
|
||||
{
|
||||
"description": "Conflate with OpenStreetMap",
|
||||
"enabled": true,
|
||||
"parameter": "conflate_with_osm=true"
|
||||
},
|
||||
{
|
||||
"description": "Type of dataset (theme)",
|
||||
"enabled": true,
|
||||
"permanent": true,
|
||||
"parameter": "theme=ml_road_vector"
|
||||
},
|
||||
{
|
||||
"description": "MapWithAI Collaborator",
|
||||
"enabled": true,
|
||||
"permanent": true,
|
||||
"parameter": "collaborator=josm"
|
||||
},
|
||||
{
|
||||
"description": "MapWithAI Token",
|
||||
"enabled": true,
|
||||
"permanent": true,
|
||||
"parameter": "token=ASb3N5o9HbX8QWn8G_NtHIRQaYv3nuG2r7_f3vnGld3KhZNCxg57IsaQyssIaEw5rfRNsPpMwg4TsnrSJtIJms5m"
|
||||
},
|
||||
{
|
||||
"description": "MapWithAI Hash",
|
||||
"enabled": true,
|
||||
"permanent": true,
|
||||
"parameter": "hash=ASawRla3rBcwEjY4HIY"
|
||||
}],
|
||||
"permission_url": "https://github.com/facebookmicrosites/Open-Mapping-At-Facebook/wiki/FAQ",
|
||||
"terms_of_use_url": "https://mapwith.ai/doc/license/MapWithAILicense.pdf",
|
||||
"privacy_policy_url": "https://mapwith.ai/doc/license/MapWithAIPrivacyPolicy.pdf#page=3",
|
||||
"url": "https://www.mapwith.ai/maps/ml_roads?conflate_with_osm=true&theme=ml_road_vector&collaborator=josm&token=ASb3N5o9HbX8QWn8G_NtHIRQaYv3nuG2r7_f3vnGld3KhZNCxg57IsaQyssIaEw5rfRNsPpMwg4TsnrSJtIJms5m&hash=ASawRla3rBcwEjY4HIY&bbox={bbox}"
|
||||
"url": "https://www.mapwith.ai/maps/ml_roads?bbox={bbox}"
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue