Code Monkey home page Code Monkey logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024
Is it legal to display VE images in other applications? For google tiles it's 
not, so
I won't include it in the official code.

Original comment by [email protected] on 7 Nov 2009 at 12:21

  • Changed state: Accepted

from osmdroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024
MapCruncher can produce Quadkey-organized tiles from any data source, without 
using VE 
images, so if you can build in support for generic URLs passing the quadkey as 
part of 
the URL for the tile, that would allow custom maps created by MapCruncher.

Original comment by [email protected] on 8 Nov 2009 at 3:26

from osmdroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024
The Bing Map legal terms are here 
http://www.microsoft.com/maps/product/terms.html

The terms for Non-commercial use:

Restrictions on your use: We do have some restrictions on your use of the 
service.
You may not:

    * copy, store, archive, or create a database of the content, except that geocodes
may be stored locally only for use with your Applications;
    * exceed 50,000 geocoding transactions in any 24 hour period;
    * download more than 250 points of interest at any one time;
    * provide guidance based on the position or routing of multiple objects tracked
using GPS or other sensor-generated methods;
    * present or alert an end user to individual maneuvers of a route in any way that
is synchronized with the end-user’s sensor-based position along the route, 
(e.g.
“real-time” navigation);
    * change, obscure or remove any portion of the results (including, without
limitation, any logo, trademark, copyright or other notice of Microsoft or its
suppliers, digital watermarks, or any advertisement);
    * integrate the Bing Maps for Enterprise Platform or any of its content with any
other mapping platform.

Original comment by [email protected] on 8 Nov 2009 at 9:03

from osmdroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024
I have included the quadTree support but not the VE URLs. In future the info 
will not
be stored in an enum but in a sqlite database. Users can then supply their own 
schemes.

Original comment by [email protected] on 8 Nov 2009 at 10:54

  • Changed state: Fixed
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from osmdroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024
It is possible to support Bing Map only extending the OnlineTileSourceBase 
class (and implementing IStyledTileSource) in order to use Bing Map REST, the 
use the setTileSource method of the MapView to switch on this tile source.

Original comment by [email protected] on 12 Apr 2011 at 1:28

from osmdroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024
I've spent the last week or so struggling to incorporate Bing Maps, but without 
success.  There are some similarities in the API, but not enough to make it 
really compatible with osmdroid/Google.
http://bingmapsandroidsdk.codeplex.com/

Original comment by neilboyd on 13 Apr 2011 at 5:17

from osmdroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024
This is code to support Bing Map.
It is not integrated to the lib but it should be included in your project or 
additional lib.
This is a sample use:

// init the BingMapTileSource
        try
        {
            BingMapTileSource.initMetaData(BING_MAP_KEY);
        }
        catch(Exception e)
        {
            Log.e(TAG, e.getMessage());
        }

        // create an instance of BingMapTileSource using French labels
        BingMapTileSource tileSource = new BingMapTileSource("BingMap","en-US");
        mapView.setTileSource(tileSource);
        ((IStyledTileSource) mapView.getTileProvider().getTileSource()).setStyle(BingMapTileSource.IMAGERYSET_ROAD);

Original comment by [email protected] on 5 Jul 2011 at 10:51

Attachments:

from osmdroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 31, 2024
Thank's for this patch. It seems you've used the tiles directly rather than 
using the SDK.

Please do not add any more comments to this issue and use issue 236 instead.

A couple of comments (t ocarry forward to issue 236):

1. You could get the key from the manifest the same as the CloudMade key.
2. How does this fit with the Bing license?
3. Couldn't you extend QuadTreeTileSource instead of OnlineTileSourceBase?

Original comment by neilboyd on 5 Jul 2011 at 11:40

from osmdroid.

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.