Skip to content

Commit

Permalink
Upgrade to daylight v1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
bchapuis committed Feb 7, 2024
1 parent da7e7c6 commit db731e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion basemap/queries/osm_drop_indexes.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ DROP INDEX IF EXISTS osm_ways_geom_index;

DROP INDEX IF EXISTS osm_relations_tags_index;
DROP INDEX IF EXISTS osm_relations_tags_tsvector_index;
DROP INDEX IF EXISTS osm_relations_geom_index;
DROP INDEX IF EXISTS osm_relations_geom_index;
2 changes: 1 addition & 1 deletion daylight/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ export default {
"center": [0, 0],
"bounds": [-180, -85.0511, 180, 85.0511],
"zoom": 3,
"daylightVersion": "v1.38",
"daylightVersion": "v1.39",
}

0 comments on commit db731e0

Please sign in to comment.