8000 use specific version of `go2garret/maps` instead of the `main` branch by archmoj · Pull Request #7088 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

use specific version of go2garret/maps instead of the main branch #7088

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
use specific version of go2garret/maps instead of main
  • Loading branch information
archmoj committed Aug 12, 2024
commit f984d3d2d499dd8da24d5c19bbe0b083d7c8447d
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