« Return to Thread: OSM Plugin

Re: OSM Plugin

by ajayre :: Rate this Message:

Reply to Author | View in Thread

Jon Burgess wrote:

> On Tue, 2009-06-16 at 13:07 -0700, Andrew Ayre wrote:
>> Hi Dane,
>>
>> Yep, but I'm using SQLite/Spatialite. I haven't managed to find a
>> simple
>>   program like osm2pgsql to get data from OSM XML to Spatialite. Seems
>> I
>> need multiple tools, 20Mb download (FW Tools), etc. I also want to
>> use
>> the standard OSM styling for the maps - not sure if the SQLite plugin
>> for Mapnik would use it.
>>
>
> Do you really need to render new tiles containing the OSM data? The
> other alternative is to overlay the data in the browser. If you have
> complex data then you can render it into tiles with a transparent
> background. Or for simpler data OpenLayers supports drawing lines,
> markers etc on top of the tiles.
>
> Jon

This small project is to gather data in the field and render maps on the
spot using a laptop running Windows. The field data will be put into an
SQLite database. I would like OSM maps as a background to give context
to the data the user enters.

I have a Debian-based Mapserver serving WMS/WFS from a PostGIS database
to Openlayers on a website, but I'm finding this offline project more of
a challenge to put the pieces in place. ;)

Andy

--
Andy
PGP Key ID: 0xDC1B5864
_______________________________________________
Mapnik-users mailing list
Mapnik-users@...
https://lists.berlios.de/mailman/listinfo/mapnik-users

 « Return to Thread: OSM Plugin