3rd Party TileProvider
See original GitHub issueUnless I’m missing something you don’t seem to be able to add a 3rd party tile server as your basemap layer. You can add it as an overlay, but the Google tiles seem to still load underneath. So i can’t totally replace the google tiles with tiles from OSM, BING, ARC, or a custom source.
map.addTileOverlay({
tileUrlFormat: "http://tile.openstreetmap.org/<zoom>/<x>/<y>.png"
}, function() {
console.log('LOAD');
});
I tried setting this, but the Google tiles still load underneath: map.setMapTypeId(plugin.google.maps.MapTypeId.MAP_TYPE_NONE);
Issue Analytics
- State:
- Created 8 years ago
- Comments:25 (25 by maintainers)
Top Results From Across the Web
Custom Tile Provider | ActiveReports 15 .NET Edition
The CustomTileProvider sample demonstrates how to create a custom tile provider using IMapTileProvider and IMapTile interface and configure it in a Map ...
Read more >Providers - Switch2OSM
Development services and consulting. The following companies offer development services and consulting for sites wishing to switch to OpenStreetMap.
Read more >bokeh.tile_providers — Bokeh 3.0.3 Documentation
Pre-configured tile sources for common third party tile services. get_provider, Use this function to retrieve an instance of a predefined tile provider.
Read more >Is it compliant with the google maps terms of service to use a ...
I want to use third party tiles (from mapbox, opencyclemaps, etc) for a tile overlay on my googlemap project, but the Terms of...
Read more >Class TileProvider - Telerik Reporting API Reference ...
[Obsolete("TileImageFormat property is no longer supported. It should be set through the tile provider UrlTemplate if available", false)] public ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
nope, we last merged 3 days ago