Skip to content

Commit

Permalink
Use OGC schema URL (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik authored May 11, 2023
1 parent 1aa03ad commit 3d59c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const BingMapsApiKey = 'AjAVy4nLckUAUX7gML0AAT4ym6XLYoGCn_6H9mi5UY9fuZyWx
export const initialMapZoom = 2
export const initialMapCenter = [10, 0]

export const schemaUrl = 'https://covjson.org/schema/dev/coveragejson.json'
export const schemaUrl = 'https://schemas.opengis.net/covjson/1.0/coveragejson.json'

const relUrl = basename => `coverages/${basename}.covjson`
export const examples = [{
Expand Down

0 comments on commit 3d59c74

Please sign in to comment.