[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Google modules integration
From: |
Sebastian Rose |
Subject: |
Re: Google modules integration |
Date: |
Tue, 21 Sep 2010 19:25:08 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Julien Danjou <address@hidden> writes:
> On Tue, Sep 21 2010, Chong Yidong wrote:
>
>> Regarding the map package, I think we can include it provided
>> OpenStreetMaps is used by default, and the package name is changed into
>> something more generic (net-maps, maybe?), including function and
>> variable names. Stefan, WDYT?
>
> This is another set of (totally) different function unrelated to what I
> wrote so far.
???
No, it's not. There are sites online, that offer both as different
views for the same data.
Actually, I can see no reason, why your google-map code cannot be the
actual net-maps API with very little changes.
In many cases, it's just a question of URLs to call.
The maps do not differ too much, do they?
Both use Mercartor projection,
the x and y tile-coords are the same etc.
For both, name services are available,
for both a HTML/JavaScript map can easily be included in web pages.
Both use the same way to zoom in and out (shifting, naturally).
Look at these two URLs for a tile:
Google:
http://khm.google.com/vt/lbw/lyrs=m&hl=de&x=34535&s=&y=21537&z=16&s=Galile
OSM:
http://b.tile.openstreetmap.org/16/34535/21537.png
Note the better Details, especially the bar ;) In forests the difference
is _much_ bigger. And in areas with lot's of bars :)
> I really do not see the point, unless you are offering
> your time to write such an alternative.
Maybe I could be of any help. I'm sure I could learn something.
Sebastian
- Re: Google modules integration, (continued)