Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. {
  2. "tileMatrixSetLinks": [
  3. {
  4. "tileMatrixSet": "WebMercatorQuad",
  5. "tileMatrixSetURI": "http://www.opengis.net/def/tilematrixset/OGC/1.0/WebMercatorQuad",
  6. "tileMatrixSetLimits": [
  7. {
  8. "tileMatrix": "5",
  9. "minTileRow": 0,
  10. "maxTileRow": 1,
  11. "minTileCol": 3,
  12. "maxTileCol": 4
  13. }
  14. ]
  15. }
  16. ],
  17. "infoTemplates": [
  18. [
  19. "table",
  20. "record"
  21. ]
  22. ],
  23. "links": [
  24. {
  25. "href": "http://data.example.com/collections/buildings/tiles",
  26. "rel": "self",
  27. "type": "application/json",
  28. "$$ref": "https://api.swaggerhub.com/domains/UAB-CREAF/ogc-api-tiles/1.0.0#/components/examples/link-tiles-this"
  29. },
  30. {
  31. "href": "http://data.example.com/collections/buildings/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}.png",
  32. "rel": "tile",
  33. "type": "image/png",
  34. "$$ref": "https://api.swaggerhub.com/domains/UAB-CREAF/ogc-api-tiles/1.0.0#/components/examples/link-tiles-tile"
  35. },
  36. {
  37. "href": "http://data.example.com/collections/buildings/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}/info",
  38. "rel": "info",
  39. "type": "text/html",
  40. "$$ref": "https://api.swaggerhub.com/domains/UAB-CREAF/ogc-api-tiles/1.0.0#/components/examples/link-tiles-info"
  41. }
  42. ]
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement