Files
pygeoapi/tests/data/admin/admin-put.json
T
Tom Kralidis c1b90dc3ac update basemap URL across all configurations (#1777) (#1778)
* update basemap URL across all configurations (#1777)

* update basemap URL across all configurations (#1777)
2024-08-09 09:56:02 -04:00

73 lines
1.9 KiB
JSON

{
"server": {
"bind": {
"host": "0.0.0.0",
"port": 5000
},
"url": "http://localhost:5000",
"admin": true,
"mimetype": "application/json; charset=UTF-8",
"encoding": "utf-8",
"languages": ["en-US"],
"cors": true,
"pretty_print": true,
"limit": 10,
"map": {
"url": "https://tile.openstreetmap.org/{z}/{x}/{y}.png",
"attribution": "&copy; <a href=\"https://openstreetmap.org/copyright\">OpenStreetMap contributors</a>"
}
},
"logging": {
"level": "INFO"
},
"metadata": {
"identification": {
"title": {
"en": "pygeoapi default instance"
},
"description": {
"en": "pygeoapi provides an API to geospatial data"
},
"keywords": {
"en": ["geospatial", "data", "api"]
},
"keywords_type": "theme",
"terms_of_service": "https://creativecommons.org/licenses/by/4.0/",
"url": "http://example.org"
},
"license": {
"name": "CC-BY 4.0 license",
"url": "https://creativecommons.org/licenses/by/4.0/"
},
"provider": {
"name": "Organization Name",
"url": "https://pygeoapi.io"
},
"contact": {
"name": "Lastname, Firstname",
"position": "Position Title",
"address": "Mailing Address",
"city": "City",
"stateorprovince": "Administrative Area",
"postalcode": "Zip or Postal Code",
"country": "Country",
"phone": "+xx-xxx-xxx-xxxx",
"fax": "+xx-xxx-xxx-xxxx",
"email": "you@example.org",
"url": "Contact URL",
"hours": "Hours of Service",
"instructions": "During hours of service. Off on weekends.",
"role": "pointOfContact"
}
},
"resources": {
"hello-world": {
"type": "process",
"processor": {
"name": "HelloWorld"
}
}
}
}