Skip to content
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

Multilayer styles with raster layers are not been loaded #2

Open
hhkaos opened this issue Jan 3, 2023 · 1 comment
Open

Multilayer styles with raster layers are not been loaded #2

hhkaos opened this issue Jan 3, 2023 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@hhkaos
Copy link
Owner

hhkaos commented Jan 3, 2023

Some of the default styles ArcGIS:StreetsRelief that have raster and vector layers are not working:

"sources": {
"1b243539f4514b6ba35e7d995890db1d": {
	"type": "raster",
	"url": "https://ibasemaps-api.arcgis.com/arcgis/rest/services/Elevation/World_Hillshade/MapServer?token=AAPKbd3b5c597fbb4e6791efa06d12511f794beh6YUYqWLSL-STLyjY085N0dRLUy8l9PNTPnWXj1s_31FvJ8xKnL3l4VwHy0vm",
	"tiles": ["https://ibasemaps-api.arcgis.com/arcgis/rest/services/Elevation/World_Hillshade/MapServer/tile/{z}/{y}/{x}?token=AAPKbd3b5c597fbb4e6791efa06d12511f794beh6YUYqWLSL-STLyjY085N0dRLUy8l9PNTPnWXj1s_31FvJ8xKnL3l4VwHy0vm"],
	"tileSize": 256,
	"minzoom": 0,
	"maxzoom": 23,
	"copyrightText": "Sources: Esri, Airbus DS, USGS, NGA, NASA, CGIAR, N Robinson, NCEAS, NLS, OS, NMA, Geodatastyrelsen, Rijkswaterstaat, GSA, Geoland, FEMA, Intermap and the GIS user community",
	"attribution": "Sources: Esri, Airbus DS, USGS, NGA, NASA, CGIAR, N Robinson, NCEAS, NLS, OS, NMA, Geodatastyrelsen, Rijkswaterstaat, GSA, Geoland, FEMA, Intermap and the GIS user community"
},
"esri": {
	"type": "vector",
	"url": "https://basemaps-api.arcgis.com/arcgis/rest/services/World_Basemap_v2/VectorTileServer?token=AAPKbd3b5c597fbb4e6791efa06d12511f794beh6YUYqWLSL-STLyjY085N0dRLUy8l9PNTPnWXj1s_31FvJ8xKnL3l4VwHy0vm",
	"minzoom": 0,
	"maxzoom": 16,
	"tiles": ["https://basemaps-api.arcgis.com/arcgis/rest/services/World_Basemap_v2/VectorTileServer/tile/{z}/{y}/{x}.pbf?token=AAPKbd3b5c597fbb4e6791efa06d12511f794beh6YUYqWLSL-STLyjY085N0dRLUy8l9PNTPnWXj1s_31FvJ8xKnL3l4VwHy0vm"],
	"copyrightText": "Sources: Esri, HERE, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community",
	"attribution": "Sources: Esri, HERE, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community"
}

You can find all at arcgis_map_styles.dart

@hhkaos hhkaos added bug Something isn't working help wanted Extra attention is needed labels Jan 3, 2023
@hhkaos hhkaos changed the title Raster layers are not been loaded Multilayer styles with raster layers are not been loaded Jan 3, 2023
@hhkaos
Copy link
Owner Author

hhkaos commented Jan 8, 2023

Here some hints to help us fix this

Note: in addition to that repo, another place to look for help could be the GMaps Discord channel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant