[Potlatch-dev] Mapzen EOLed

2012-02-05 Thread Richard Fairhurst

Hello all,

I note that CloudMade have EOLed their AS3 OSM editor Mapzen, under a 
permissive licence:


http://shtosm.ru/2012/02/05/1/

http://mapzen_sources.sandbox.cloudmade.com/mapzen/sandbox/flex_src/mapzen-license.txt

That potentially opens up avenues for some of it to be used in P2. I 
suspect the main things we might want to consider are the icons and the 
turn-restriction editor.


cheers
Richard


___
Potlatch-dev mailing list
Potlatch-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/potlatch-dev


Re: [OSM-dev] ANNOUNCEMENT: T@H server will go away end of February

2012-02-05 Thread Matthias Meißer
Bad to hear. But maybe this is the right moment, we should care about a 
real easy to use distributed rendering approach, again? A lot of project 
use BOINC for managing/promoting their jobs, so I started a page for a 
centralized discussion (no I'm not planning to port OSM to BOINC)

http://wiki.openstreetmap.org/wiki/BOINC

bye
Matthias
(user:!i!)

Am 01.02.2012 12:15, schrieb Sebastian Spaeth:

Hi all,

I was just informed that the central ETH IT took an issue with the
constant large bandwidth that the t@h server uses. In addition the
server is four years old and getting old and senile...

This means that end of February, the T@h server will be shut down and go
away. Unless a replacement server (admin) is being found, that will
also likely imply that the T@H service will go away (together with the
tiles web server) at that point.

I have previously argued, why I believe that a t@h service is not that
crucial anymore, although I still believe it is good that it was
there. I am not sure if and what should replace t@h, but generally
speaking there are so many ways now to customize and get rendered tiles,
that t@h is a bit of a dinosaur. A fun one though :-)

I would like to thank the ETH Zurich, and specifically the Institute for
Cartography of Prof. Lorenz Hurni (http://.karto.ethz.ch) that had been 
sponsoring the server and the bandwidth over
the course of four years. They have been very generous, and never
complained about the bandwidth/diskspace  we were hogging all the
time. Finally a special thanks to Claudia Matthys, their IT sysadmin who
helped to purchase, setup and administer the thing.

Also thanks to the legions of renderers, client developers, and style
tweakers, such as Bob Kare, Petschge, Dirk Lüder-Kreie, the ROMA and
TRAPI developers, and the people involved in running the read-only
mirror architecture. That was and is amazing work that diverse people
have been putting together there.

I am not that much into mapping any more, but I will hang around and am
open to other fun projects.

Sebastian



___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev



___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


[OSM-dev] Restart apache2 have not been successful

2012-02-05 Thread Dewi Robiatul mubararah
Hi,
After I compile mod_tile then I restart apache2, should the result mod_tile.so 
in /usr/lib/apache2/modules 
but mod_tile.so not found

dewirobiatul@dewi:/etc/apache2/mods-enabled$ sudo /etc/init.d/apache2 restart
Syntax error on line 1 of /etc/apache2/sites-enabled/000-default:
Invalid command 'LoadTileConfigFile', perhaps misspelled or defined by a module 
not included in the server configuration
Action 'configtest' failed.
The Apache error log may have more information. ...fail!

please solution :)___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] Restart apache2 have not been successful

2012-02-05 Thread Philipp Borgers
On Sun, 2012-02-05 at 22:48 +0800, Dewi Robiatul mubararah wrote:
 Hi,
 After I compile mod_tile then I restart apache2, should the result
 mod_tile.so in /usr/lib/apache2/modules 
 but mod_tile.so not found

Maybe you want to search (find, locate) for the mod_tile.so and tell us
where it actually is?

 
 
 dewirobiatul@dewi:/etc/apache2/mods-enabled$ sudo /etc/init.d/apache2
 restart Syntax error on line 1
 of /etc/apache2/sites-enabled/000-default: Invalid command
 'LoadTileConfigFile', perhaps misspelled or defined by a module not
 included in the server configuration Action 'configtest' failed. The
 Apache error log may have more information. ...fail!

Maybe you want to take a look at the log file and/or show us the log
file.

In general I would advice all beginners to join the irc channel (#osm or
#osm-dev) on irc.oftc.net. Most of the time it's much easier to fix
problems there.

 
 please solution :)
 ___
 dev mailing list
 dev@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/dev



signature.asc
Description: This is a digitally signed message part
___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] Restart apache2 have not been successful

2012-02-05 Thread he...@naberius.de

- have you added mod_tile in /etc/httpd/conf.d/?
--echo LoadModule tile_module /usr/lib64/httpd/modules/mod_tile.so  
/etc/httpd/conf.d/mod_tile.conf
- if you don't put the module config into a virtual host section at the 
end of httpd.conf: make sure you put the
mod_tile-config after the part where the module is loaded cause apache 
don't know the value LoadTileConfigFile

without the module
- on 64bit-systems the mod_tile.so is maybe in a wrong folder (lib - lib64)

good luck!

Am 05.02.2012 17:32, schrieb Philipp Borgers:

On Sun, 2012-02-05 at 22:48 +0800, Dewi Robiatul mubararah wrote:

Hi,
After I compile mod_tile then I restart apache2, should the result
mod_tile.so in /usr/lib/apache2/modules
but mod_tile.so not found

Maybe you want to search (find, locate) for the mod_tile.so and tell us
where it actually is?



dewirobiatul@dewi:/etc/apache2/mods-enabled$ sudo /etc/init.d/apache2
restart Syntax error on line 1
of /etc/apache2/sites-enabled/000-default: Invalid command
'LoadTileConfigFile', perhaps misspelled or defined by a module not
included in the server configuration Action 'configtest' failed. The
Apache error log may have more information. ...fail!

Maybe you want to take a look at the log file and/or show us the log
file.

In general I would advice all beginners to join the irc channel (#osm or
#osm-dev) on irc.oftc.net. Most of the time it's much easier to fix
problems there.


please solution :)
___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev



___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev