Skip to content

Commit

Permalink
Merge pull request #7088 from plotly/revise-map-satellite-streets
Browse files Browse the repository at this point in the history
use specific version of `go2garret/maps` instead of the `main` branch
  • Loading branch information
archmoj authored Aug 12, 2024
2 parents c579845 + bbf21f2 commit 5cfd6ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion draftlogs/7060_add.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Add new traces: scattermap, choroplethmap and densitymap and map subplots which use maplibre to render maps [[#7015](https://github.com/plotly/plotly.js/pull/7015), [#7060](https://github.com/plotly/plotly.js/pull/7060), [#7085](https://github.com/plotly/plotly.js/pull/7085)]
- Add new traces: scattermap, choroplethmap and densitymap and map subplots which use maplibre to render maps [[#7015](https://github.com/plotly/plotly.js/pull/7015), [#7060](https://github.com/plotly/plotly.js/pull/7060), [#7085](https://github.com/plotly/plotly.js/pull/7085), [#7088](https://github.com/plotly/plotly.js/pull/7088)]
2 changes: 1 addition & 1 deletion src/plots/map/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var cartoVoyager = 'https://basemaps.cartocdn.com/gl/voyager-gl-style/style.json
var cartoPositronNoLabels = 'https://basemaps.cartocdn.com/gl/positron-nolabels-gl-style/style.json';
var cartoDarkmatterNoLabels = 'https://basemaps.cartocdn.com/gl/dark-matter-nolabels-gl-style/style.json';
var cartoVoyagerNoLabels = 'https://basemaps.cartocdn.com/gl/voyager-nolabels-gl-style/style.json';
var arcgisSatHybrid = 'https://raw.githubusercontent.com/go2garret/maps/main/src/assets/json/arcgis_hybrid.json';
var arcgisSatHybrid = 'https://raw.githubusercontent.com/go2garret/maps/v1.0.0/src/assets/json/arcgis_hybrid.json';
var arcgisSat = {
version: 8,
name: 'orto',
Expand Down

0 comments on commit 5cfd6ad

Please sign in to comment.