Closed dancesWithCycles closed 3 years ago
As we want to reduce the load on our tile servers we only allow requests from a few select domains (ie. our own) and from localhost. If you want to get your domain/project included in that list, please get in touch at support@herrenberg.stadtnavi.de.
You can also host your own tiles, buy them from a commercial provider (Mapbox, Maptiler...) or use any other free tiles.
Hi @leonardehrenfried , Thank you very much for clarification. Does that mean you are configuring dedicated tile servers for the respective base layers? I am wondering why some layers work and others not.
Does this mean base layers are working when I configure `MAP_URL
with a different tile server?
I also found SEMI_TRANSPARENT_MAP_URL
in the hb
config file. Can you please tell me what this is used for?
I thank you very much for cooperation and remain with
Best regards
Ok folks,
I found the URLs for street , satellite and bicycle base layer in the hb
config. Remains the question what SEMI_TRANSPARENT_MAP_URL
is used for. Any hint?
This URL configures the sem-transparent map layer that is being put on top of the satellite layer.
What is the need for an extra layer on top of the satellite layer?
So you can see street and place names.
Alright. Thank you very much for clarification. Cheers!
As we want to reduce the load on our tile servers we only allow requests from a few select domains (ie. our own) and from localhost. If you want to get your domain/project included in that list, please get in touch at support@herrenberg.stadtnavi.de.
You can also host your own tiles, buy them from a commercial provider (Mapbox, Maptiler...) or use any other free tiles.
Ah, that might explain why the Reutlingen test (during Öfficon) failed to display map data - but did work with the bike map .
As we want to reduce the load on our tile servers we only allow requests from a few select domains (ie. our own) and from localhost. If you want to get your domain/project included in that list, please get in touch at support@herrenberg.stadtnavi.de. You can also host your own tiles, buy them from a commercial provider (Mapbox, Maptiler...) or use any other free tiles.
Ah, that might explain why the Reutlingen test (during Öfficon) failed to display map data - but did work with the bike map .
Yep. Same just happened to me. It makes sense to me, now that I found the different tile server addresses for street, satellite and bicycle layers. Looks like the load balancing is only in place for the street tile server.
Hi folks, Thank you very much for creating and maintaining this repository. Please accept my appreciation.
I have two development environments both running Debian 10. One environment has a firewall activated allowing the following ports.
The environment behind the firewall has difficulties presenting the
street
andsatellite
map base layers.Street base layer:
Satellite base layer:
Bicycle base layer:
On the environment without firewall the Stadtnavi UI works just fine. All three layers load as expected.
I did the same test with the master branch of the root Digitransit UI repository using the
default
configuration. All map base layers work just fine no matter with or without firewall.I am using this master branch using the
hb
configuration. Is this configuration using other ports then the Digitransit UI default configuration?I am running the UIs with the following instructions:
Stadtnavi:
Digiransit:
I appreciate every hint pointing me in the right direction. Cheers!