Skip to content

Commit

Permalink
update schema url (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik authored Apr 27, 2022
1 parent 804a222 commit e5f22dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ export const BingMapsApiKey = 'AjAVy4nLckUAUX7gML0AAT4ym6XLYoGCn_6H9mi5UY9fuZyWx
export const initialMapZoom = 2
export const initialMapCenter = [10, 0]

// TODO replace with final URL
// export const schemaUrl = 'https://covjson.org/schema.json'
export const schemaUrl = null
export const schemaUrl = 'https://covjson.org/schema/dev/coveragejson.json'

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

0 comments on commit e5f22dc

Please sign in to comment.