Giter Site home page Giter Site logo

Comments (4)

HanSolo avatar HanSolo commented on August 18, 2024

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?

from tilesfx.

mokun avatar mokun commented on August 18, 2024

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 ?!

from tilesfx.

HanSolo avatar HanSolo commented on August 18, 2024

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

from tilesfx.

HanSolo avatar HanSolo commented on August 18, 2024

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

from tilesfx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.