-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Support imagery tiles created by MapCruncher #1378
Comments
The main differences would exist in the URL format, the credits/image logo. The quadkey function should remain the same. I just went through the BingMapsImageryProvider file right now and I'm guessing that MapCruncher would need a similar object. Would the MapCruncher images be on the same server as the application or should there be a configuration to provide the REST API to fetch the MapCruncher tiles? |
That sounds right to me. Yes, you'll want to create a separate |
So I dug deeper to implement the Also, I wasn't able to find any template metadata.xml file. Does anybody have such a file or any idea of the structure of this file? |
Hi @adi2412, I suggest you actually generate a MapCruncher tileset and use that as a reference. If MapCruncher creates the XML file in the same directory as the tiles, it's reasonable to look for it there. Alternatively, if the XML specifies the location of the tiles, you could have the user specify the XML file only and then the ImageryProvider could infer the tile location from the XML file. |
@kring Sure, I'll do that. There isn't a version for OSX which is why I was wondering if someone else would be having the XML file. I'll get a Windows machine to get this done though. |
Is this still an issue given the new |
Yes, this is still an issue, because |
This is unlikely to become a priority anytime soon. We'd still happily accept a PR addressing this issue. But tracking this isn't particularly useful because of its low priority, so I will close it. Thanks! |
MapCruncher creates tiles according to the Bing Maps tiling and naming scheme, but our
BingMapsImageryProvider
won't work well with it out of the box because it makes some assumptions that are only good for Microsoft's servers. It should be easy to make some changes to it so that it will work with MapCruncher-generated tilesets.See this thread:
https://groups.google.com/d/topic/cesium-dev/flvoYwUD6aY/discussion
And MapCruncher is here:
http://research.microsoft.com/en-us/um/redmond/projects/mapcruncher/
The text was updated successfully, but these errors were encountered: