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

Street, Sat, Topo options are not working #7

Closed
mokun opened this issue Mar 1, 2017 · 4 comments
Closed

Street, Sat, Topo options are not working #7

mokun opened this issue Mar 1, 2017 · 4 comments

Comments

@mokun
Copy link

mokun commented Mar 1, 2017

In version 1.3.6, if I run GpxParseDemo in Eclipse IDE with jdk 8u121. only 3 of the choices (namely B&W, Bright, and Dark) can show the map, the other 3 (Street, Sat, Topo) show nothing other than the route.

@HanSolo
Copy link
Owner

HanSolo commented Mar 1, 2017

Ok, I saw the same problem on my tilesfxdemo. I've changed the map tile provider for Street, Sat and Topo to Google maps and now it seems to work (the changes are in TilesFX 1.3.7).
Could you please check again with 1.3.7?

@mokun
Copy link
Author

mokun commented Mar 1, 2017

it works now. awesome! I can see you're switching to using google map primarily.

      var googleSat          = L.tileLayer('http://{s}.google.com/vt/lyrs=s&x={x}&y={y}&z={z}',{ maxZoom: 20, subdomains:['mt0','mt1','mt2','mt3'] });
      var googleStreets      = L.tileLayer('http://{s}.google.com/vt/lyrs=m&x={x}&y={y}&z={z}',{ maxZoom: 20, subdomains:['mt0','mt1','mt2','mt3'] });
      var googleTerrain      = L.tileLayer('http://{s}.google.com/vt/lyrs=p&x={x}&y={y}&z={z}',{ maxZoom: 20, subdomains:['mt0','mt1','mt2','mt3'] });

I'd like to stream Mars map tiles for an open source project,

Do you know by any chance how I should assemble the url using Google Mars or other map servers ?!

@HanSolo
Copy link
Owner

HanSolo commented Mar 2, 2017

hmm...I will have a look at it...not sure at the moment but hope to figure out something...

@HanSolo
Copy link
Owner

HanSolo commented Mar 2, 2017

Unfortunately I did not find anything that would fit for your Mars map tiles problem, sorry :(

@HanSolo HanSolo closed this as completed Mar 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants