Skip to content

Commit

Permalink
Set valid-georeference to boolean (#824)
Browse files Browse the repository at this point in the history
* Set valid-georeference to boolean

* Changed existing valid-georeference to boolean

* Reverted in other files
  • Loading branch information
stefanb authored Jul 17, 2020
1 parent 8511e7a commit bcd7aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
},
"valid-georeference": {
"description": "Set to `true` if imagery source is properly aligned and does not need imagery offset adjustments. This is used for OSM based sources too.",
"type": "string"
"type": "boolean"
},
"tile-size": {
"description": "Size of individual tiles delivered by a TMS service",
Expand Down
2 changes: 1 addition & 1 deletion sources/europe/si/gurs-dof025.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@
"overlay": false,
"type": "tms",
"url": "https://gis.level2.si/geoserver/gwc/service/tms/1.0.0/level2%3ADOF025_latest@EPSG%3A3857@jpeg/{zoom}/{x}/{-y}.jpeg",
"valid-georeference": "true"
"valid-georeference": true
},
"type": "Feature"
}

0 comments on commit bcd7aa0

Please sign in to comment.