hello

im building some php modules for drupal ( http://d4os.org ) to control
a virtual world server ( http://opensimulator.org )
im a hobbyist and im providing my scripts in opensource without any
profit or commerce goal.

i need a map system like http://slurl.com
there are not existing solution to manage a tiles server system and
everyone is making something on his own side.
i don't know geo systems

i have seen http://mapbox.com that is using a custom version of
http://www.klokan.cz/projects/gdal2tiles/

my problem is that these pyhton scripts are using a big map picture as
source to generate multiple tiles folders and i need to generate tiles
using multiple files as source.

the sources i have are a set of different pictures coming from
different places like
http://94.23.38.21:9200/index.php?method=regionImage0e337b03fb1f41f4b07e7117f1a7e285
i have the coordinates of the pictures

someone gave me a php adaptation of his python script to generate
tiles but this can not be used with php and imagemagick for a lot of
tiles because of script timeout.
when using it with few pictures, it is ok but not with hundreds of pictures.

do you have an idea or a python script to use to generate the tiles
using multiple pictures and an xml file containing the coordinates ?

if someone is interested to help me with this opensource project, dont
hesitate to contact me.
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to