[OSM-dev] Custom Maps
Andy Deakin
andy.deakin at pcmend.net
Fri Jul 17 09:09:11 BST 2009
Hi Mohamad,
There are plenty of ideas in the source of this page:
http://openlayers.org/dev/examples/spherical-mercator.html
something like:
var myLayer = new OpenLayers.Layer.XYZ(
"My Layer Map",
"http://tiles.domain.com/a${x}_${y}_${z}.gif",
{ sphericalMercator: true }
);
might do the trick.
There are also other ways to do this, e.g. use an OSM layer or a TMS layer.
Andy
Mohamad wrote:
>
> Hi Guys,
>
> We Built our own Map Server for the whole world for 10 levels,..
>
> We have Australia Maps for Victoria State updated as images from level
> 1 to level 6:
>
> Level 1 = 24 images
>
> a1_1_1.gif
>
> a1_2_1.gif
>
> …
>
> …
>
> a4_6_1.gif
>
> Level 2 = 586 images
>
> a1_4_2.gif
>
> …
>
> …
>
> a21_30_2.gif
>
> Level 6 = 2190 images
>
> a686_1809_6.gif
>
> …
>
> …
>
> a1172_1503_6.gif
>
> Any ideas how to update or replace OSM Maps ( images) Rendered by
> mapnik with those ones???
>
> Please ask for any kind of clarification
>
> Regards
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> dev mailing list
> dev at openstreetmap.org
> http://lists.openstreetmap.org/listinfo/dev
>
More information about the dev
mailing list