<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-28006</id>
	<title>Nabble - Mapnik</title>
	<updated>2009-11-25T22:17:34Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Mapnik-f28006.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mapnik-f28006.html" />
	<subtitle type="html">&lt;a href=&quot;http://mapnik.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik&lt;/a&gt;&amp;nbsp;is a Free Toolkit for developing mapping applications. Above all Mapnik is about making beautiful maps. It is easily extensible and suitable for both desktop and web development. &lt;a href=&quot;http://mapnik.org/faq/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;More ...&lt;/a&gt;</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26524813</id>
	<title>is allow_overlap hard coded to zoom 18</title>
	<published>2009-11-25T22:17:34Z</published>
	<updated>2009-11-25T22:17:34Z</updated>
	<author>
		<name>Kenneth Gonsalves-2</name>
	</author>
	<content type="html">hi,
&lt;br&gt;&lt;br&gt;I recently increased my zoom to 20. But I find that features that are not 
&lt;br&gt;showing up at 18 are also not showing up at 19 and 20. This could be because 
&lt;br&gt;the allow_overlap is 'no' by default and mapnik/mod_tile are calculating the 
&lt;br&gt;overlap for zoom 18 even in zoom 19 and 20. Any clues regarding this?
&lt;br&gt;-- 
&lt;br&gt;regards
&lt;br&gt;Kenneth Gonsalves
&lt;br&gt;Senior Project Officer
&lt;br&gt;NRC-FOSS
&lt;br&gt;&lt;a href=&quot;http://nrcfosshelpline.in/web/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nrcfosshelpline.in/web/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524813&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/is-allow_overlap-hard-coded-to-zoom-18-tp26524813p26524813.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26524645</id>
	<title>Re: Can't C++Demo run in Visual Studio 2005?</title>
	<published>2009-11-25T21:50:53Z</published>
	<updated>2009-11-25T23:06:53Z</updated>
	<author>
		<name>DancingFish</name>
	</author>
	<content type="html">Would be great to start a wiki page with tricks and lessons learned on &amp;nbsp;
&lt;br&gt;compiling on windows.
&lt;br&gt;&lt;br&gt;Anyone?
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://trac.mapnik.org/wiki/WindowsCompile&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.mapnik.org/wiki/WindowsCompile&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;the Trac is too troublesome.
&lt;br&gt;&lt;br&gt;Development Environment:
&lt;br&gt;Windows XP SP3, Visual Studio 2005
&lt;br&gt;Mapnik_6_0_1 &amp;nbsp; &amp;nbsp; // has successfully tested for &amp;quot;import mapnik&amp;quot; or &amp;quot;from mapnik import *&amp;quot; on python
&lt;br&gt;trunk-r1336
&lt;br&gt;Boost_1_39
&lt;br&gt;GnuWin32
&lt;br&gt;...
&lt;br&gt;&lt;br&gt;1、Create Project: Mapnik(Win32 Release DLL)
&lt;br&gt;a, add Header files from \trunk-r1336\trunk\include\mapnik;
&lt;br&gt;b, add Source files from \trunk-r1336\trunk\src;
&lt;br&gt;c, add Filter Agg, files from \trunk\agg;
&lt;br&gt;d, add Filter TinyXml, files from \trunk-r1336\trunk\tinyxml.
&lt;br&gt;&lt;br&gt;2、some header files of DLL below is necessary when compiling.
&lt;br&gt;&lt;br&gt;C++ Include Path List:
&lt;br&gt;&lt;br&gt;..\include\trunk-r1336\trunk\include;
&lt;br&gt;C:\Program Files\boost\boost_1_39;
&lt;br&gt;&amp;quot;..\include\trunk-r1336\trunk\agg\include&amp;quot;;
&lt;br&gt;..\include\GnuWin32\include;
&lt;br&gt;&amp;quot;..\include\GnuWin32\src\freetype\2.3.5\freetype-2.3.5\include&amp;quot;;
&lt;br&gt;&amp;quot;..\include\proj-4.7.0\proj-4.7.0\src&amp;quot;;
&lt;br&gt;&amp;quot;..\libxml2-2.7.6.win32\include\&amp;quot;;
&lt;br&gt;&amp;quot;..\include\tiff-3.9.2\tiff-3.9.2\libtiff&amp;quot;;
&lt;br&gt;&amp;quot;..\include\trunk-r1336\trunk&amp;quot;;
&lt;br&gt;..\include\icu40\include;
&lt;br&gt;&amp;quot;..\include\trunk-r1336\trunk\tinyxml&amp;quot;
&lt;br&gt;&lt;br&gt;3、C++ Preproessor Definition
&lt;br&gt;&lt;br&gt;WIN32;
&lt;br&gt;NDEBUG;
&lt;br&gt;_WINDOWS;
&lt;br&gt;_USRDLL;
&lt;br&gt;MAPNIK_EXPORTS;
&lt;br&gt;BOOST_PROPERTY_TREE_XML_PARSER_TINYXML;
&lt;br&gt;TIXML_USE_STL
&lt;br&gt;&lt;br&gt;4、Linker
&lt;br&gt;&lt;br&gt;add lib:
&lt;br&gt;&lt;br&gt;libtiff.lib
&lt;br&gt;freetype.lib
&lt;br&gt;ltdl.lib
&lt;br&gt;jpeg.lib
&lt;br&gt;libpng.lib
&lt;br&gt;libiconv.lib
&lt;br&gt;proj.lib
&lt;br&gt;libxml2.lib
&lt;br&gt;icuuc.lib
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;then I can get mapnik.dll, 1.15MB.
&lt;br&gt;&lt;br&gt;copy mapnik.dll and other essential DLLs(libtiff3.dll, freetype6.dll, libltdl3.dll, jpeg62.dll, libpng12.dll, msvcp80.dll, msvcr80.dll, zlib1.dll) to C:\mapnik_0_6_1\lib, replace the original mapnik.dll of 2.01MB. but it can't work. I failed to &amp;quot;Import Mapnik&amp;quot; or &amp;quot;from mapnik import *&amp;quot; on Python.
&lt;br&gt;&lt;br&gt;someone told me that I have to compile Bindings(\trunk-r1336\trunk\bindings) and Shape(\trunk-r1336\trunk\plugins\input\shape).
&lt;br&gt;&lt;br&gt;so I did it, add mapnik.lib icuuc.lib in Bindings DLL Project, but there are 3 errors as follows:
&lt;br&gt;&amp;quot;134 error LNK2001: can't parse external symbol &amp;quot;__declspec(dllimport) public: static char const * __cdecl mapnik::enumeration&amp;lt;enum mapnik::Map::aspect_fix_mode,8&amp;gt;::get_string(unsigned int)&amp;quot; (__imp_?get_string@?$enumeration@W4aspect_fix_mode@Map@mapnik@@$07@mapnik@@SAPBDI@Z)	mapnik_map.obj&amp;quot;......
&lt;br&gt;错误	133	error LNK2001: 无法解析的外部符号 &amp;quot;__declspec(dllimport) public: __thiscall mapnik::enumeration&amp;lt;enum mapnik::Map::aspect_fix_mode,8&amp;gt;::operator enum mapnik::Map::aspect_fix_mode(void)const &amp;quot; (__imp_??B?$enumeration@W4aspect_fix_mode@Map@mapnik@@$07@mapnik@@QBE?AW4aspect_fix_mode@Map@1@XZ)	mapnik_map.obj
&lt;br&gt;错误	132	error LNK2001: 无法解析的外部符号 &amp;quot;__declspec(dllimport) public: __thiscall mapnik::enumeration&amp;lt;enum mapnik::Map::aspect_fix_mode,8&amp;gt;::enumeration&amp;lt;enum mapnik::Map::aspect_fix_mode,8&amp;gt;(enum mapnik::Map::aspect_fix_mode)&amp;quot; (__imp_??0?$enumeration@W4aspect_fix_mode@Map@mapnik@@$07@mapnik@@QAE@W4aspect_fix_mode@Map@1@@Z)	mapnik_map.obj
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I don't know How to make my mapnik.dll work well?
&lt;br&gt;whether my thinking of this procedure is right?&lt;div class=&quot;signature&quot;&gt;China, Mapnik on Windows.&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can%27t-C%2B%2BDemo-run-in-Visual-Studio-2005--tp26277089p26524645.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26523337</id>
	<title>Re: Circular roads/roundabouts not rendered</title>
	<published>2009-11-25T17:54:18Z</published>
	<updated>2009-11-25T17:54:18Z</updated>
	<author>
		<name>Jon Burgess-2</name>
	</author>
	<content type="html">On Thu, 2009-11-26 at 01:51 +0100, Nop wrote:
&lt;br&gt;&amp;gt; Hi!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Lennard schrieb:
&lt;br&gt;&amp;gt; &amp;gt; Jon should be able to tell you. The version you have, 0.66-16423, does 
&lt;br&gt;&amp;gt; &amp;gt; sound a bit dated. Could you try updating osm2pgsql too?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Actually, those are the latest Windows binaries to be found at the links 
&lt;br&gt;&amp;gt; in the wiki.
&lt;br&gt;&lt;br&gt;I'll try to build an updated one some time
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; The main mapnik layer is showing them, but it doesn't have various 
&lt;br&gt;&amp;gt; &amp;gt; route-related columns in default.style, which you might have.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I think I reconstructed what happened, but I still have no real idea on 
&lt;br&gt;&amp;gt; how to solve it.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Originally, the highway tag had the type &amp;quot;linear&amp;quot;, so I guess osm2pgsql 
&lt;br&gt;&amp;gt; put all highways into the lines table.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Recently I added a rule for highway=pedestrian_area. So now the entry 
&lt;br&gt;&amp;gt; changed to type 'polygon' and I assume that this made osm2pgsql put all 
&lt;br&gt;&amp;gt; closed ways into the polygon table.
&lt;/div&gt;&lt;br&gt;That would be the cause. Can you share the line(s) you changed?
&lt;br&gt;&lt;br&gt;&amp;gt; Just how can I make osm2pgsql distinguish between real areas and closed 
&lt;br&gt;&amp;gt; linear ways when they are using different values of the same tag?
&lt;br&gt;&lt;br&gt;The short answer is that it is not currently possible to do exactly what
&lt;br&gt;you ask.
&lt;br&gt;&lt;br&gt;Everything should work fine if you:
&lt;br&gt;- leave highway set as linear
&lt;br&gt;- add the area=yes tag to your pedestrian areas. This is already
&lt;br&gt;documented as the recommended tagging on the wiki:
&lt;br&gt;&lt;a href=&quot;http://wiki.openstreetmap.org/wiki/Tag:highway%3Dpedestrian&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.openstreetmap.org/wiki/Tag:highway%3Dpedestrian&lt;/a&gt;&lt;br&gt;&lt;br&gt;The area=yes tag will trigger osm2pgsql to emit this closed way as a
&lt;br&gt;polygon.
&lt;br&gt;&lt;br&gt;&amp;gt; bye
&lt;br&gt;&amp;gt; 	Nop
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523337&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Circular-roads-roundabouts-not-rendered-tp26522241p26523337.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26522893</id>
	<title>Re: Circular roads/roundabouts not rendered</title>
	<published>2009-11-25T16:51:26Z</published>
	<updated>2009-11-25T16:51:26Z</updated>
	<author>
		<name>Nop-4</name>
	</author>
	<content type="html">&lt;br&gt;Hi!
&lt;br&gt;&lt;br&gt;Lennard schrieb:
&lt;br&gt;&amp;gt; Jon should be able to tell you. The version you have, 0.66-16423, does 
&lt;br&gt;&amp;gt; sound a bit dated. Could you try updating osm2pgsql too?
&lt;br&gt;&lt;br&gt;Actually, those are the latest Windows binaries to be found at the links 
&lt;br&gt;in the wiki.
&lt;br&gt;&lt;br&gt;&amp;gt; The main mapnik layer is showing them, but it doesn't have various 
&lt;br&gt;&amp;gt; route-related columns in default.style, which you might have.
&lt;br&gt;&lt;br&gt;I think I reconstructed what happened, but I still have no real idea on 
&lt;br&gt;how to solve it.
&lt;br&gt;&lt;br&gt;Originally, the highway tag had the type &amp;quot;linear&amp;quot;, so I guess osm2pgsql 
&lt;br&gt;put all highways into the lines table.
&lt;br&gt;&lt;br&gt;Recently I added a rule for highway=pedestrian_area. So now the entry 
&lt;br&gt;changed to type 'polygon' and I assume that this made osm2pgsql put all 
&lt;br&gt;closed ways into the polygon table.
&lt;br&gt;&lt;br&gt;Just how can I make osm2pgsql distinguish between real areas and closed 
&lt;br&gt;linear ways when they are using different values of the same tag?
&lt;br&gt;&lt;br&gt;bye
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Nop
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522893&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Circular-roads-roundabouts-not-rendered-tp26522241p26522893.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26522850</id>
	<title>Re: Circular roads/roundabouts not rendered</title>
	<published>2009-11-25T16:46:39Z</published>
	<updated>2009-11-25T16:46:39Z</updated>
	<author>
		<name>Jon Burgess-2</name>
	</author>
	<content type="html">On Thu, 2009-11-26 at 00:58 +0100, Nop wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Lennard schrieb:
&lt;br&gt;&amp;gt; &amp;gt; It seems osm2pgsql decided that your roundabout was an area, for it to 
&lt;br&gt;&amp;gt; &amp;gt; put it into the polygon table. Do they show up if you hack an area=no on 
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; them?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It will take a while to try that, but I think you are right. It probabyl 
&lt;br&gt;&amp;gt; assumed that the closed shape must be an area, though there is no area tag.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I did not have this problem originally, but I am not sure when it first 
&lt;br&gt;&amp;gt; occurred. Was there a change to this effect in osm2pgsql? I am using 
&lt;br&gt;&amp;gt; 0.66-16423. Is there a way to globally force osm2pgsql not to make this 
&lt;br&gt;&amp;gt; assumption?
&lt;/div&gt;&lt;br&gt;Can you provide a copy of your style file?
&lt;br&gt;&lt;br&gt;&amp;gt; What are the exact rules osm2pgsql uses in this case?
&lt;br&gt;&lt;br&gt;Generally it will convert a closed way into a polygon if it has a tag
&lt;br&gt;which is marked as &amp;quot;polygon&amp;quot; in the style file. This does not appear to
&lt;br&gt;be the case for any of the current tags, these are the entries in the
&lt;br&gt;default.style:
&lt;br&gt;&lt;br&gt;node,way &amp;nbsp; highway &amp;nbsp; &amp;nbsp; &amp;nbsp;text &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; linear
&lt;br&gt;node,way &amp;nbsp; name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; text &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; linear
&lt;br&gt;node,way &amp;nbsp; ref &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;text &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; linear
&lt;br&gt;node,way &amp;nbsp; junction &amp;nbsp; &amp;nbsp; text &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; linear
&lt;br&gt;&lt;br&gt;if your style has any of those as polygon instead of linear then this
&lt;br&gt;would trigger it.
&lt;br&gt;&lt;br&gt;There is another possibility that it is triggered by the route relation
&lt;br&gt;containing this way (153309). It looks like this route is also a
&lt;br&gt;completely closed ring and it might just be trying to interpret this
&lt;br&gt;route as a multipolygon. I think this might have a side-effect of
&lt;br&gt;converting the closed roundabout way into a polygon too.
&lt;br&gt;&lt;br&gt;The odd thing is that the main OSM site interprets the same data
&lt;br&gt;correctly so I believe there must either be a difference in the style or
&lt;br&gt;newer osm2pgsql version.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Jon
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522850&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Circular-roads-roundabouts-not-rendered-tp26522241p26522850.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26522624</id>
	<title>Re: Circular roads/roundabouts not rendered</title>
	<published>2009-11-25T16:16:59Z</published>
	<updated>2009-11-25T16:16:59Z</updated>
	<author>
		<name>Lennard-2</name>
	</author>
	<content type="html">Nop wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I did not have this problem originally, but I am not sure when it first 
&lt;br&gt;&amp;gt; occurred. Was there a change to this effect in osm2pgsql? I am using 
&lt;br&gt;&amp;gt; 0.66-16423. Is there a way to globally force osm2pgsql not to make this 
&lt;br&gt;&amp;gt; assumption?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What are the exact rules osm2pgsql uses in this case?
&lt;br&gt;&lt;br&gt;Jon should be able to tell you. The version you have, 0.66-16423, does 
&lt;br&gt;sound a bit dated. Could you try updating osm2pgsql too?
&lt;br&gt;&lt;br&gt;The main mapnik layer is showing them, but it doesn't have various 
&lt;br&gt;route-related columns in default.style, which you might have.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Lennard
&lt;br&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522624&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Circular-roads-roundabouts-not-rendered-tp26522241p26522624.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26522440</id>
	<title>Re: Circular roads/roundabouts not rendered</title>
	<published>2009-11-25T15:58:06Z</published>
	<updated>2009-11-25T15:58:06Z</updated>
	<author>
		<name>Nop-4</name>
	</author>
	<content type="html">&lt;br&gt;Hi!
&lt;br&gt;&lt;br&gt;Lennard schrieb:
&lt;br&gt;&amp;gt; It seems osm2pgsql decided that your roundabout was an area, for it to 
&lt;br&gt;&amp;gt; put it into the polygon table. Do they show up if you hack an area=no on 
&lt;br&gt;&amp;gt; &amp;nbsp; them?
&lt;br&gt;&lt;br&gt;It will take a while to try that, but I think you are right. It probabyl 
&lt;br&gt;assumed that the closed shape must be an area, though there is no area tag.
&lt;br&gt;&lt;br&gt;I did not have this problem originally, but I am not sure when it first 
&lt;br&gt;occurred. Was there a change to this effect in osm2pgsql? I am using 
&lt;br&gt;0.66-16423. Is there a way to globally force osm2pgsql not to make this 
&lt;br&gt;assumption?
&lt;br&gt;&lt;br&gt;What are the exact rules osm2pgsql uses in this case?
&lt;br&gt;&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Nop
&lt;br&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522440&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Circular-roads-roundabouts-not-rendered-tp26522241p26522440.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26522327</id>
	<title>Re: Circular roads/roundabouts not rendered</title>
	<published>2009-11-25T15:44:30Z</published>
	<updated>2009-11-25T15:44:30Z</updated>
	<author>
		<name>Lennard-2</name>
	</author>
	<content type="html">Nop wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; rendered, the circular ways are missing. The ways and their nodes are 
&lt;br&gt;&amp;gt; complete and correct in the OSM data and I also found the objects to be 
&lt;br&gt;&amp;gt; present in the DB in the osm_polygon and osm_ways tables. Everything 
&lt;br&gt;&amp;gt; looks as expected, but still mapnik does not render the circular ways.
&lt;br&gt;&lt;br&gt;Linear ways are rendered from planet_osm_line, not _polygon. _ways is 
&lt;br&gt;for the slim mode, and is not used at all for rendering.
&lt;br&gt;&lt;br&gt;It seems osm2pgsql decided that your roundabout was an area, for it to 
&lt;br&gt;put it into the polygon table. Do they show up if you hack an area=no on 
&lt;br&gt;&amp;nbsp; them?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Lennard
&lt;br&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522327&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Circular-roads-roundabouts-not-rendered-tp26522241p26522327.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26522241</id>
	<title>Circular roads/roundabouts not rendered</title>
	<published>2009-11-25T15:36:23Z</published>
	<updated>2009-11-25T15:36:23Z</updated>
	<author>
		<name>Nop-4</name>
	</author>
	<content type="html">&lt;br&gt;Hi!
&lt;br&gt;&lt;br&gt;&lt;br&gt;I have a weird problem. In my mapnik map, which shows no other problems, 
&lt;br&gt;all roundabouts are not being rendered.
&lt;br&gt;&lt;br&gt;They are circular ways with various sizes and numbers of nodes. They are 
&lt;br&gt;tagged as highway=primary or highway=tertiary etc. No other tags. The 
&lt;br&gt;linear ways with the same tags right next to the roundabouts are 
&lt;br&gt;rendered, the circular ways are missing. The ways and their nodes are 
&lt;br&gt;complete and correct in the OSM data and I also found the objects to be 
&lt;br&gt;present in the DB in the osm_polygon and osm_ways tables. Everything 
&lt;br&gt;looks as expected, but still mapnik does not render the circular ways.
&lt;br&gt;&lt;br&gt;Mapnik version is 0.6.1 on Windows. A good example for the problem is 
&lt;br&gt;this area &lt;a href=&quot;http://topo.geofabrik.de/?lon=10.8925&amp;lat=45.9143&amp;zoom=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://topo.geofabrik.de/?lon=10.8925&amp;lat=45.9143&amp;zoom=15&lt;/a&gt;&lt;br&gt;&lt;br&gt;Is there a bug or intential block that keeps circular ways from rendering?
&lt;br&gt;&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Nop
&lt;br&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522241&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Circular-roads-roundabouts-not-rendered-tp26522241p26522241.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26518483</id>
	<title>Re: ogcserver getCapabilities response</title>
	<published>2009-11-25T11:04:23Z</published>
	<updated>2009-11-25T11:04:23Z</updated>
	<author>
		<name>Dane Springmeyer</name>
	</author>
	<content type="html">&lt;br&gt;On Nov 25, 2009, at 10:37 AM, Matt Bartolome wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Ok, thought I had lxml installed but I didn't.
&lt;br&gt;&lt;br&gt;Ya, we should likely throw an error if GetCaps are requested and lxml &amp;nbsp;
&lt;br&gt;is not available. Patches welcome.
&lt;br&gt;&lt;br&gt;&amp;gt; I also get the strange http hang as you do, this is on fedora 10.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;/Sigh. Do you get it even if the WSGIDaemon is set to threads=1 and &amp;nbsp;
&lt;br&gt;processes=1 ?
&lt;br&gt;&lt;br&gt;&amp;gt; Standalone looks like it should work. I'll play with that.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Great, I keep a simple standalone script here: &lt;a href=&quot;http://mapnik-utils.googlecode.com/svn/example_code/wms/localogc.py&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mapnik-utils.googlecode.com/svn/example_code/wms/localogc.py&lt;/a&gt;&lt;br&gt;&lt;br&gt;Would be good to write one that uses Werkzeug/CherrPy or some other &amp;nbsp;
&lt;br&gt;more fancy standalone that you can use to control threading to see if &amp;nbsp;
&lt;br&gt;you can prompt the same hangs.
&lt;br&gt;&lt;br&gt;Dane
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26518483&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ogcserver-getCapabilities-response-tp26517225p26518483.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26518374</id>
	<title>Re: python scons/scons.py error</title>
	<published>2009-11-25T10:57:36Z</published>
	<updated>2009-11-25T10:57:36Z</updated>
	<author>
		<name>Dane Springmeyer</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;Great!&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Dane&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;On Nov 25, 2009, at 10:54 AM, Richard Ive wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;Thanks Dane!&lt;br&gt;&lt;br&gt;Option 3 worked like a charm!&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Richard&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/25 Dane Springmeyer &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26518374&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;blake@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt; &lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div style=&quot;word-wrap: break-word;&quot;&gt;Richard,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I realize my email was a bit confusing by linking to that mac install notes.&lt;/div&gt; &lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;But, it is not specific to macs nor is this even related to Mapnik much. It is simply three missing lines in a boost C++ header file.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;So, your options are:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt; &lt;div&gt;1) Downgrade to boost 1.40&lt;/div&gt;&lt;div&gt;2) Upgrade to boost trunk&lt;/div&gt;&lt;div&gt;or 3) Patch/edit the boost file in your boost 1.41 source code (that I assume you compiled from source?)&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;to do #3, see my other email entitled '&lt;span style=&quot;font-size: 12px; font-weight: bold;&quot;&gt;[Mapnik-users] Building boost 1.41? (iostreams problem)'&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;Essentially you need to either go into the boost source directory and use the 'patch' program to apply that patch or simply add the lines with a '+' in front of them to the file:&lt;/div&gt; &lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;boost/iostreams/device/mapped_file.hpp&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;div&gt;Dane&lt;/div&gt;&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;On Nov 25, 2009, at 9:51 AM, Richard Ive wrote:&lt;/div&gt; &lt;div&gt;&lt;div&gt;&lt;br&gt;&lt;blockquote type=&quot;cite&quot;&gt;Hi Dane!&lt;br&gt;&lt;br&gt;Thanks very much for your help!&lt;br&gt;&lt;br&gt;Sorry for being stupid, but I don't really undersand the steps you send in you last email. I'm also not on a mac.&lt;br&gt;&lt;br&gt; &lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/25 Dane Springmeyer &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26518374&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;blake@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt; &lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt; &lt;div style=&quot;word-wrap: break-word;&quot;&gt;Hi Richard,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;You've actually hit a bug that the boost team let slip through in last weeks 1.41 release. You will need to patch one header within the boost iostreams library (which the Mapnik shapefile plugin uses).&lt;/div&gt; &lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I did this just a few days ago and tucked my notes here:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://trac.mapnik.org/wiki/MacInstallation#Step1&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://trac.mapnik.org/wiki/MacInstallation#Step1&lt;/a&gt;:RouteBC&lt;/div&gt; &lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;div&gt;Dane&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;On Nov 25, 2009, at 9:21 AM, Richard Ive wrote:&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;&lt;div&gt; &lt;/div&gt; &lt;div&gt;Hi All,&lt;br&gt;&lt;br&gt;I'm having some issues trying to build Mapnik.&lt;br&gt;&lt;br&gt;I've done it before, which is why this is rather annoying - I can't seem to work out what I'm doing wrong.&lt;br&gt;&lt;br&gt; Here's the output of terminal - let me know if you need any further details.&lt;br&gt; &lt;br&gt;&lt;a href=&quot;http://pastebin.com/m2a3f4a40&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://pastebin.com/m2a3f4a40&lt;/a&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Regards,&lt;br&gt;Richard Ive.&lt;br&gt; &lt;/div&gt;&lt;/div&gt;&lt;div&gt; _______________________________________________&lt;br&gt;Mapnik-users mailing list&lt;br&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26518374&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt; &lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Regards,&lt;br&gt;Richard Ive.&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Regards,&lt;br&gt; Richard Ive.&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26518374&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/python-scons-scons.py-error-tp26516774p26518374.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26518044</id>
	<title>Re: ogcserver getCapabilities response</title>
	<published>2009-11-25T10:37:05Z</published>
	<updated>2009-11-25T10:37:05Z</updated>
	<author>
		<name>Matt Bartolome</name>
	</author>
	<content type="html">Ok, thought I had lxml installed but I didn't. I also get the strange
&lt;br&gt;http hang as you do, this is on fedora 10.
&lt;br&gt;&lt;br&gt;Standalone looks like it should work. I'll play with that.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Matt
&lt;br&gt;&lt;br&gt;On Wed, Nov 25, 2009 at 9:57 AM, Dane Springmeyer &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26518044&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;blake@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Honestly the only setup I've got working is:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; QGIS + wsgi standalone
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; GetCapabilities depends on a number of things working right and there a trac
&lt;br&gt;&amp;gt; tickets for a variety of subtle problems that need someone's attention.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Most important is that the namespacing only works if lxml is installed
&lt;br&gt;&amp;gt; (python bindings to libxml2).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Can you do?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; import lxml
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (The ogcserver falls back to using python's built in XML module which does
&lt;br&gt;&amp;gt; not support namespaces and hence breaks GetCapabilities)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The catch is that some mysterious bug makes apache + mod_wsgi + lxml hang
&lt;br&gt;&amp;gt; (at least on OSX), hence why I've only got QGIS + wsgi standalone working.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've not spent much time debugging this. This and other OGCServer issues are
&lt;br&gt;&amp;gt; likely easily solved by someone keen on fixing them, so I'd be interested if
&lt;br&gt;&amp;gt; anyone looks into if further.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Dane
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Nov 25, 2009, at 9:44 AM, Matt Bartolome wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Has anyone been able to add a wms (I'm running ogcserver) to ArcMap or
&lt;br&gt;&amp;gt;&amp;gt; Quantum GIS? I have ogcserver running under mod_wsgi, I can get image
&lt;br&gt;&amp;gt;&amp;gt; data through a browser properly...Problem is when I try to add the wms
&lt;br&gt;&amp;gt;&amp;gt; in arcmap or qgis there are no layer options shown. It looks like the
&lt;br&gt;&amp;gt;&amp;gt; getCapabilities response isn't returning something these programs can
&lt;br&gt;&amp;gt;&amp;gt; digest. If I copy and paste the getCapabilities request url into the
&lt;br&gt;&amp;gt;&amp;gt; location bar of firefox it also prompts me, which gives me the feeling
&lt;br&gt;&amp;gt;&amp;gt; the xml response header is not being set. Has anyone dealt with this
&lt;br&gt;&amp;gt;&amp;gt; before?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt; Matt
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Mapnik-users mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26518044&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26518044&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ogcserver-getCapabilities-response-tp26517225p26518044.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26517480</id>
	<title>Re: ogcserver getCapabilities response</title>
	<published>2009-11-25T09:57:34Z</published>
	<updated>2009-11-25T09:57:34Z</updated>
	<author>
		<name>Dane Springmeyer</name>
	</author>
	<content type="html">Honestly the only setup I've got working is:
&lt;br&gt;&lt;br&gt;QGIS + wsgi standalone
&lt;br&gt;&lt;br&gt;GetCapabilities depends on a number of things working right and there &amp;nbsp;
&lt;br&gt;a trac tickets for a variety of subtle problems that need someone's &amp;nbsp;
&lt;br&gt;attention.
&lt;br&gt;&lt;br&gt;Most important is that the namespacing only works if lxml is installed &amp;nbsp;
&lt;br&gt;(python bindings to libxml2).
&lt;br&gt;&lt;br&gt;Can you do?
&lt;br&gt;&amp;nbsp;&amp;gt;&amp;gt;&amp;gt; import lxml
&lt;br&gt;&lt;br&gt;(The ogcserver falls back to using python's built in XML module which &amp;nbsp;
&lt;br&gt;does not support namespaces and hence breaks GetCapabilities)
&lt;br&gt;&lt;br&gt;The catch is that some mysterious bug makes apache + mod_wsgi + lxml &amp;nbsp;
&lt;br&gt;hang (at least on OSX), hence why I've only got QGIS + wsgi standalone &amp;nbsp;
&lt;br&gt;working.
&lt;br&gt;&lt;br&gt;I've not spent much time debugging this. This and other OGCServer &amp;nbsp;
&lt;br&gt;issues are likely easily solved by someone keen on fixing them, so I'd &amp;nbsp;
&lt;br&gt;be interested if anyone looks into if further.
&lt;br&gt;&lt;br&gt;Dane
&lt;br&gt;&lt;br&gt;On Nov 25, 2009, at 9:44 AM, Matt Bartolome wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Has anyone been able to add a wms (I'm running ogcserver) to ArcMap or
&lt;br&gt;&amp;gt; Quantum GIS? I have ogcserver running under mod_wsgi, I can get image
&lt;br&gt;&amp;gt; data through a browser properly...Problem is when I try to add the wms
&lt;br&gt;&amp;gt; in arcmap or qgis there are no layer options shown. It looks like the
&lt;br&gt;&amp;gt; getCapabilities response isn't returning something these programs can
&lt;br&gt;&amp;gt; digest. If I copy and paste the getCapabilities request url into the
&lt;br&gt;&amp;gt; location bar of firefox it also prompts me, which gives me the feeling
&lt;br&gt;&amp;gt; the xml response header is not being set. Has anyone dealt with this
&lt;br&gt;&amp;gt; before?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Matt
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Mapnik-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26517480&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26517480&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ogcserver-getCapabilities-response-tp26517225p26517480.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26517356</id>
	<title>Re: python scons/scons.py error</title>
	<published>2009-11-25T09:51:46Z</published>
	<updated>2009-11-25T09:51:46Z</updated>
	<author>
		<name>Richard Ive</name>
	</author>
	<content type="html">Hi Dane!&lt;br&gt;&lt;br&gt;Thanks very much for your help!&lt;br&gt;&lt;br&gt;Sorry for being stupid, but I don&amp;#39;t really undersand the steps you send in you last email. I&amp;#39;m also not on a mac.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/25 Dane Springmeyer &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26517356&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;blake@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div style=&quot;word-wrap: break-word;&quot;&gt;Hi Richard,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;You&amp;#39;ve actually hit a bug that the boost team let slip through in last weeks 1.41 release. You will need to patch one header within the boost iostreams library (which the Mapnik shapefile plugin uses).&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I did this just a few days ago and tucked my notes here:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://trac.mapnik.org/wiki/MacInstallation#Step1&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://trac.mapnik.org/wiki/MacInstallation#Step1&lt;/a&gt;:RouteBC&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;&lt;div&gt;Dane&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;div&gt;On Nov 25, 2009, at 9:21 AM, Richard Ive wrote:&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;&lt;div&gt;
&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;Hi All,&lt;br&gt;&lt;br&gt;I&amp;#39;m having some issues trying to build Mapnik.&lt;br&gt;&lt;br&gt;I&amp;#39;ve done it before, which is why this is rather annoying - I can&amp;#39;t seem to work out what I&amp;#39;m doing wrong.&lt;br&gt;&lt;br&gt;
Here&amp;#39;s the output of terminal - let me know if you need any further details.&lt;br&gt; &lt;br&gt;&lt;a href=&quot;http://pastebin.com/m2a3f4a40&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://pastebin.com/m2a3f4a40&lt;/a&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Regards,&lt;br&gt;Richard Ive.&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;im&quot;&gt; _______________________________________________&lt;br&gt;Mapnik-users mailing list&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26517356&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Regards,&lt;br&gt;Richard Ive.&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26517356&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/python-scons-scons.py-error-tp26516774p26517356.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26517225</id>
	<title>ogcserver getCapabilities response</title>
	<published>2009-11-25T09:44:07Z</published>
	<updated>2009-11-25T09:44:07Z</updated>
	<author>
		<name>Matt Bartolome</name>
	</author>
	<content type="html">Has anyone been able to add a wms (I'm running ogcserver) to ArcMap or
&lt;br&gt;Quantum GIS? I have ogcserver running under mod_wsgi, I can get image
&lt;br&gt;data through a browser properly...Problem is when I try to add the wms
&lt;br&gt;in arcmap or qgis there are no layer options shown. It looks like the
&lt;br&gt;getCapabilities response isn't returning something these programs can
&lt;br&gt;digest. If I copy and paste the getCapabilities request url into the
&lt;br&gt;location bar of firefox it also prompts me, which gives me the feeling
&lt;br&gt;the xml response header is not being set. Has anyone dealt with this
&lt;br&gt;before?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Matt
&lt;br&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26517225&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ogcserver-getCapabilities-response-tp26517225p26517225.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26517142</id>
	<title>Re: python scons/scons.py error</title>
	<published>2009-11-25T09:32:41Z</published>
	<updated>2009-11-25T09:32:41Z</updated>
	<author>
		<name>Tobias Wendorff-2</name>
	</author>
	<content type="html">Hi there,
&lt;br&gt;&lt;br&gt;try to reinstall libboost ... seems to be a problem with v1.41 (path
&lt;br&gt;not found). Or try an older one, the new ones might make some trouble.
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;Tobias
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Richard Ive schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm having some issues trying to build Mapnik.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've done it before, which is why this is rather annoying - I can't seem 
&lt;br&gt;&amp;gt; to work out what I'm doing wrong.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Here's the output of terminal - let me know if you need any further details.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://pastebin.com/m2a3f4a40&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pastebin.com/m2a3f4a40&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Richard Ive.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Mapnik-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26517142&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;/div&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26517142&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/python-scons-scons.py-error-tp26516774p26517142.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26517036</id>
	<title>Building boost 1.41? (iostreams problem)</title>
	<published>2009-11-25T09:32:15Z</published>
	<updated>2009-11-25T09:32:15Z</updated>
	<author>
		<name>Dane Springmeyer</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;Just in case others are only skimming titles, if you are going to rebuild Mapnik against last week's boost 1.41 release make sure to patch a boost header so that the Mapnik shapefile plugin will properly compile.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;--- boost/iostreams/device/mapped_file.hpp &amp;nbsp; &amp;nbsp; &amp;nbsp;2009-11-22 11:32:31.000000000 -0800&lt;/div&gt;&lt;div&gt;+++ boost/iostreams/device/mapped_file.hpp &amp;nbsp; &amp;nbsp; &amp;nbsp;2009-11-22 11:24:25.000000000 -0800&lt;/div&gt;&lt;div&gt;@@ -4,6 +4,9 @@&lt;/div&gt;&lt;div&gt;&amp;nbsp;// Distributed under the Boost Software License, Version 1.0. (See accompanying&lt;/div&gt;&lt;div&gt;&amp;nbsp;// file LICENSE_1_0.txt or copy at &lt;a href=&quot;http://www.boost.org/LICENSE_1_0.txt.)&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.boost.org/LICENSE_1_0.txt.)&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;+#ifndef BOOST_IOSTREAMS_MAPPED_FILE_HPP_INCLUDED&lt;/div&gt;&lt;div&gt;+#define BOOST_IOSTREAMS_MAPPED_FILE_HPP_INCLUDED&lt;/div&gt;&lt;div&gt;+&lt;/div&gt;&lt;div&gt;&amp;nbsp;#if defined(_MSC_VER) &amp;amp;&amp;amp; (_MSC_VER &amp;gt;= 1020)&lt;/div&gt;&lt;div&gt;&amp;nbsp;# pragma once&lt;/div&gt;&lt;div&gt;&amp;nbsp;#endif&lt;/div&gt;&lt;div&gt;@@ -591,3 +594,5 @@&lt;/div&gt;&lt;div&gt;&amp;nbsp;} } // End namespaces iostreams, boost.&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;nbsp;#include &amp;lt;boost/config/abi_suffix.hpp&amp;gt; // pops abi_suffix.hpp pragmas&lt;/div&gt;&lt;div&gt;+&lt;/div&gt;&lt;div&gt;+#endif // #ifndef BOOST_IOSTREAMS_MAPPED_FILE_HPP_INCLUDED&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Otherwise you'll get an error like:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: 'Lucida Grande'; font-size: 12px; white-space: pre-wrap; &quot;&gt;g++ -o plugins/input/shape/shape.os -c -DHAVE_LIBXML2 -DHAVE_PYCAIRO -ansi -Wall -pthread -ftemplate-depth-100 -DLINUX -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE -DSVN_REVISION=1418 -O0 -fno-inline -g -DDEBUG -DMAPNIK_DEBUG -DSHAPE_MEMORY_MAPPED_FILE -fPIC -Iagg/include -Iinclude -I. -I/usr/include -I/usr/local/include -I/usr/include/freetype2 -I/usr/include/libxml2 -I/usr/include/pycairo -I/usr/include/cairo -I/usr/include/libpng12 plugins/input/shape/shape.cpp
/usr/local/include/boost/iostreams/device/mapped_file.hpp:43: error: redefinition of âclass boost::iostreams::mapped_file_baseâ
/usr/local/include/boost/iostreams/device/mapped_file.hpp:43: error: previous definition of âclass boost::iostreams::mapped_file_baseâ&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;'Lucida Grande'&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;'Lucida Grande'&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; face=&quot;'Lucida Grande'&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;white-space: pre-wrap;&quot;&gt;Dane&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26517036&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Building-boost-1.41--%28iostreams-problem%29-tp26517036p26517036.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26516975</id>
	<title>Re: python scons/scons.py error</title>
	<published>2009-11-25T09:28:33Z</published>
	<updated>2009-11-25T09:28:33Z</updated>
	<author>
		<name>Dane Springmeyer</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;Hi Richard,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;You've actually hit a bug that the boost team let slip through in last weeks 1.41 release. You will need to patch one header within the boost iostreams library (which the Mapnik shapefile plugin uses).&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I did this just a few days ago and tucked my notes here:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://trac.mapnik.org/wiki/MacInstallation#Step1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.mapnik.org/wiki/MacInstallation#Step1&lt;/a&gt;:RouteBC&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Dane&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;On Nov 25, 2009, at 9:21 AM, Richard Ive wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;Hi All,&lt;br&gt;&lt;br&gt;I'm having some issues trying to build Mapnik.&lt;br&gt;&lt;br&gt;I've done it before, which is why this is rather annoying - I can't seem to work out what I'm doing wrong.&lt;br&gt;&lt;br&gt;Here's the output of terminal - let me know if you need any further details.&lt;br&gt; &lt;br&gt;&lt;a href=&quot;http://pastebin.com/m2a3f4a40&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pastebin.com/m2a3f4a40&lt;/a&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Regards,&lt;br&gt;Richard Ive.&lt;br&gt; _______________________________________________&lt;br&gt;Mapnik-users mailing list&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516975&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;&lt;br&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516975&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/python-scons-scons.py-error-tp26516774p26516975.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26516774</id>
	<title>python scons/scons.py error</title>
	<published>2009-11-25T09:21:19Z</published>
	<updated>2009-11-25T09:21:19Z</updated>
	<author>
		<name>Richard Ive</name>
	</author>
	<content type="html">Hi All,&lt;br&gt;&lt;br&gt;I&amp;#39;m having some issues trying to build Mapnik.&lt;br&gt;&lt;br&gt;I&amp;#39;ve done it before, which is why this is rather annoying - I can&amp;#39;t seem to work out what I&amp;#39;m doing wrong.&lt;br&gt;&lt;br&gt;Here&amp;#39;s the output of terminal - let me know if you need any further details.&lt;br&gt;
&lt;br&gt;&lt;a href=&quot;http://pastebin.com/m2a3f4a40&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pastebin.com/m2a3f4a40&lt;/a&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Regards,&lt;br&gt;Richard Ive.&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516774&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/python-scons-scons.py-error-tp26516774p26516774.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26490020</id>
	<title>Re: Mapnik + Tilecache problem</title>
	<published>2009-11-23T19:35:34Z</published>
	<updated>2009-11-23T19:35:34Z</updated>
	<author>
		<name>Dane Springmeyer</name>
	</author>
	<content type="html">Adman. I don't see anything wrong right off. Maybe you could say a bit &amp;nbsp;
&lt;br&gt;more about why you think you need a custom bounding box for the map. &amp;nbsp;
&lt;br&gt;Generally if you are using epsg 4326 as your map projection you would &amp;nbsp;
&lt;br&gt;want the global extents to be the maxextent in OpenLayers.
&lt;br&gt;&lt;br&gt;Dane
&lt;br&gt;&lt;br&gt;--- \o/ ---
&lt;br&gt;Sent from my phone
&lt;br&gt;&lt;br&gt;On Nov 23, 2009, at 5:08 AM, adnan khan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26490020&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;adee.kn@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am trying to setup Mapnik + tilecache but can't see any tiles in &amp;nbsp;
&lt;br&gt;&amp;gt; the browser when I set bbox parameters in both Tilecache.cfg and &amp;nbsp;
&lt;br&gt;&amp;gt; Openlayers but when I don't specify the bbox everything works fine &amp;nbsp;
&lt;br&gt;&amp;gt; and I can see actual map tiles.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I was wondering if anyone can point out the problem in the code. I &amp;nbsp;
&lt;br&gt;&amp;gt; think I have tried everything ( in my limited capability) and not &amp;nbsp;
&lt;br&gt;&amp;gt; really understanding why would it not work. By the way all map &amp;nbsp;
&lt;br&gt;&amp;gt; layers ( for mapnik styling) are sourced from a PostGIS database and &amp;nbsp;
&lt;br&gt;&amp;gt; have different projections and transformed on the fly by Mapnik.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; OpenLayers code:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!--
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var map, layer;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;function init(){
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var map, layer;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var options = &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; numZoomLevels:20,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; maxResolution: 360/512,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; projection: &amp;quot;EPSG:4326&amp;quot;,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //maxExtent: new OpenLayers.Bounds 
&lt;br&gt;&amp;gt; (-2.0,50.0,2.0,54.0)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //not working when uncommented
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; };
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; map = new OpenLayers.Map( 'map', options);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; layer = new OpenLayers.Layer.WMS( &amp;quot;Map24&amp;quot;,&amp;quot;tilecache.py?&amp;quot;,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; layers:'mapnik24',
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; format: 'image/png',
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; srs: 'EPSG:4326'
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } );
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; map.addLayer(layer);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; map.addControl( new OpenLayers.Control.PanZoomBar());
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; map.addControl( new OpenLayers.Control.MousePosition());
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; map.addControl( new OpenLayers.Control.LayerSwitcher());
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; map.addControl( new OpenLayers.Control.Permalink 
&lt;br&gt;&amp;gt; (&amp;quot;permalink&amp;quot;));
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (!map.getCenter()) map.zoomToMaxExtent();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Tilecache.cfg:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [mapnik24]
&lt;br&gt;&amp;gt; type=Mapnik
&lt;br&gt;&amp;gt; mapfile=/somedit/map24.xml
&lt;br&gt;&amp;gt; #bbox=-2.0,50.0,2.0,54.0
&lt;br&gt;&amp;gt; levels=20
&lt;br&gt;&amp;gt; srs=EPSG:4326
&lt;br&gt;&amp;gt; projection=+proj=latlong +datum=WGS84
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Adnan
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Mapnik-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26490020&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;/div&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26490020&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mapnik-%2B-Tilecache-problem-tp26477877p26490020.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26486695</id>
	<title>Re: Can't seem to get anything to show up when replacing the &lt;Datasource&gt; with a view or shape file within the map file.</title>
	<published>2009-11-23T13:55:48Z</published>
	<updated>2009-11-23T13:55:48Z</updated>
	<author>
		<name>Artem Pavlenko-3</name>
	</author>
	<content type="html">Hi John,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I think it&amp;#39;s fine to use &amp;#39;views&amp;#39; but you&amp;#39;ll need to amend geometry_columns table with appropriate metadata.&lt;/div&gt;&lt;div&gt;Best&lt;/div&gt;&lt;div&gt;Artem&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/23 John Mitchell &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486695&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mitchelljj98@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;Hi,&lt;br&gt;&lt;br&gt;I experimenting with different ways of calling some layers within my osm_4326.xml (map) file to see if I can get better performance for the &amp;quot;minor-roads-fill&amp;quot; open street map layer.&lt;br&gt;
&lt;br&gt;I have created a materialized view within postgres based on the query that the osm_4326.xml &amp;quot;minor-roads-fill&amp;quot; layer uses and also a normal view and also generated a shape file based on the view.  None of the 3 new ways for the &amp;lt;Datasource&amp;gt; show anything for the &amp;quot;minor-roads-fill&amp;quot; layer.&lt;br&gt;

&lt;br&gt;I have listed below an example where I call the materialized view this one has the fields listed (I have also tried select *) and below that commented out is the normal way of calling the &amp;lt;Datasource&amp;gt; which has always worked.&lt;br&gt;

&lt;br&gt;Any ideas why only the &amp;quot;planet_osm_line&amp;quot; table method works?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;John&lt;br&gt;&lt;br&gt;&amp;lt;Layer name=&amp;quot;minor-roads-fill&amp;quot; status=&amp;quot;on&amp;quot; srs=&amp;quot;+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs&amp;quot;&amp;gt;&lt;br&gt;

    &amp;lt;StyleName&amp;gt;minor-roads-fill-links&amp;lt;/StyleName&amp;gt;&lt;br&gt;    &amp;lt;StyleName&amp;gt;minor-roads-fill&amp;lt;/StyleName&amp;gt;&lt;br&gt;    &amp;lt;Datasource&amp;gt;&lt;br&gt;      &amp;lt;Parameter name=&amp;quot;type&amp;quot;&amp;gt;postgis&amp;lt;/Parameter&amp;gt;&lt;br&gt;

      &amp;lt;Parameter name=&amp;quot;user&amp;quot;&amp;gt;postgres&amp;lt;/Parameter&amp;gt;&lt;br&gt;      &amp;lt;Parameter name=&amp;quot;password&amp;quot;&amp;gt;postgres&amp;lt;/Parameter&amp;gt;&lt;br&gt;      &amp;lt;Parameter name=&amp;quot;dbname&amp;quot;&amp;gt;osm_4326&amp;lt;/Parameter&amp;gt;&lt;br&gt;

      &amp;lt;Parameter name=&amp;quot;table&amp;quot;&amp;gt;&lt;br&gt;      (select way,highway,horse,bicycle,foot,construction,railway,aeroway,service,tunnel,bridge from minor_roads_fill_mv) as roads&lt;br&gt;      &amp;lt;/Parameter&amp;gt;&lt;br&gt;      &amp;lt;Parameter name=&amp;quot;estimate_extent&amp;quot;&amp;gt;false&amp;lt;/Parameter&amp;gt;&lt;br&gt;

      &amp;lt;Parameter name=&amp;quot;extent&amp;quot;&amp;gt;-20037508,-19929239,20037508,19929239&amp;lt;/Parameter&amp;gt;&lt;br&gt;    &amp;lt;/Datasource&amp;gt;&lt;br&gt;&amp;lt;/Layer&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;!--&lt;br&gt;&amp;lt;Layer name=&amp;quot;minor-roads-fill&amp;quot; status=&amp;quot;on&amp;quot; srs=&amp;quot;+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs&amp;quot;&amp;gt;&lt;br&gt;

    &amp;lt;StyleName&amp;gt;minor-roads-fill-links&amp;lt;/StyleName&amp;gt;&lt;br&gt;    &amp;lt;StyleName&amp;gt;minor-roads-fill&amp;lt;/StyleName&amp;gt;&lt;br&gt;    &amp;lt;Datasource&amp;gt;&lt;br&gt;      &amp;lt;Parameter name=&amp;quot;type&amp;quot;&amp;gt;postgis&amp;lt;/Parameter&amp;gt;&lt;br&gt;

      &amp;lt;Parameter name=&amp;quot;user&amp;quot;&amp;gt;postgres&amp;lt;/Parameter&amp;gt;&lt;br&gt;      &amp;lt;Parameter name=&amp;quot;password&amp;quot;&amp;gt;postgres&amp;lt;/Parameter&amp;gt;&lt;br&gt;      &amp;lt;Parameter name=&amp;quot;dbname&amp;quot;&amp;gt;osm_4326&amp;lt;/Parameter&amp;gt;&lt;br&gt;

      &amp;lt;Parameter name=&amp;quot;table&amp;quot;&amp;gt;&lt;br&gt;      (select way,highway,horse,bicycle,foot,construction,railway,aeroway,service,&lt;br&gt;       case when tunnel in (&amp;#39;yes&amp;#39;,&amp;#39;true&amp;#39;,&amp;#39;1&amp;#39;) then &amp;#39;yes&amp;#39;::text else tunnel end as tunnel,&lt;br&gt;

       case when bridge in (&amp;#39;yes&amp;#39;,&amp;#39;true&amp;#39;,&amp;#39;1&amp;#39;) then &amp;#39;yes&amp;#39;::text else bridge end as bridge&lt;br&gt;       from planet_osm_line&lt;br&gt;       where highway is not null&lt;br&gt;          or aeroway in (&amp;#39;runway&amp;#39;,&amp;#39;taxiway&amp;#39;)&lt;br&gt;

          or railway in (&amp;#39;light_rail&amp;#39;,&amp;#39;narrow_gauge&amp;#39;,&amp;#39;funicular&amp;#39;,&amp;#39;rail&amp;#39;,&amp;#39;subway&amp;#39;,&amp;#39;tram&amp;#39;,&amp;#39;spur&amp;#39;,&amp;#39;siding&amp;#39;,&amp;#39;platform&amp;#39;)&lt;br&gt;       order by z_order) as roads&lt;br&gt;

      &amp;lt;/Parameter&amp;gt;&lt;br&gt;      &amp;lt;Parameter name=&amp;quot;estimate_extent&amp;quot;&amp;gt;false&amp;lt;/Parameter&amp;gt;&lt;br&gt;      &amp;lt;Parameter name=&amp;quot;extent&amp;quot;&amp;gt;-20037508,-19929239,20037508,19929239&amp;lt;/Parameter&amp;gt;&lt;br&gt;    &amp;lt;/Datasource&amp;gt;&lt;br&gt;

&amp;lt;/Layer&amp;gt;&lt;br&gt;--&amp;gt;&lt;br&gt;&lt;br&gt;
&lt;br&gt;_______________________________________________&lt;br&gt;
Mapnik-users mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486695&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26486695&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can%27t-seem-to-get-anything-to-show-up-when-replacing-the-%3CDatasource%3E-with-a-view-or-shape-file-within-the-map-file.-tp26485913p26486695.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26485913</id>
	<title>Can't seem to get anything to show up when replacing the &lt;Datasource&gt; with a view or shape file within the map file.</title>
	<published>2009-11-23T13:11:21Z</published>
	<updated>2009-11-23T13:11:21Z</updated>
	<author>
		<name>John Mitchell-3</name>
	</author>
	<content type="html">Hi,&lt;br&gt;&lt;br&gt;I experimenting with different ways of calling some layers within my osm_4326.xml (map) file to see if I can get better performance for the &amp;quot;minor-roads-fill&amp;quot; open street map layer.&lt;br&gt;&lt;br&gt;I have created a materialized view within postgres based on the query that the osm_4326.xml &amp;quot;minor-roads-fill&amp;quot; layer uses and also a normal view and also generated a shape file based on the view.  None of the 3 new ways for the &amp;lt;Datasource&amp;gt; show anything for the &amp;quot;minor-roads-fill&amp;quot; layer.&lt;br&gt;
&lt;br&gt;I have listed below an example where I call the materialized view this one has the fields listed (I have also tried select *) and below that commented out is the normal way of calling the &amp;lt;Datasource&amp;gt; which has always worked.&lt;br&gt;
&lt;br&gt;Any ideas why only the &amp;quot;planet_osm_line&amp;quot; table method works?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;John&lt;br&gt;&lt;br&gt;&amp;lt;Layer name=&amp;quot;minor-roads-fill&amp;quot; status=&amp;quot;on&amp;quot; srs=&amp;quot;+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs&amp;quot;&amp;gt;&lt;br&gt;
    &amp;lt;StyleName&amp;gt;minor-roads-fill-links&amp;lt;/StyleName&amp;gt;&lt;br&gt;    &amp;lt;StyleName&amp;gt;minor-roads-fill&amp;lt;/StyleName&amp;gt;&lt;br&gt;    &amp;lt;Datasource&amp;gt;&lt;br&gt;      &amp;lt;Parameter name=&amp;quot;type&amp;quot;&amp;gt;postgis&amp;lt;/Parameter&amp;gt;&lt;br&gt;
      &amp;lt;Parameter name=&amp;quot;user&amp;quot;&amp;gt;postgres&amp;lt;/Parameter&amp;gt;&lt;br&gt;      &amp;lt;Parameter name=&amp;quot;password&amp;quot;&amp;gt;postgres&amp;lt;/Parameter&amp;gt;&lt;br&gt;      &amp;lt;Parameter name=&amp;quot;dbname&amp;quot;&amp;gt;osm_4326&amp;lt;/Parameter&amp;gt;&lt;br&gt;
      &amp;lt;Parameter name=&amp;quot;table&amp;quot;&amp;gt;&lt;br&gt;      (select way,highway,horse,bicycle,foot,construction,railway,aeroway,service,tunnel,bridge from minor_roads_fill_mv) as roads&lt;br&gt;      &amp;lt;/Parameter&amp;gt;&lt;br&gt;      &amp;lt;Parameter name=&amp;quot;estimate_extent&amp;quot;&amp;gt;false&amp;lt;/Parameter&amp;gt;&lt;br&gt;
      &amp;lt;Parameter name=&amp;quot;extent&amp;quot;&amp;gt;-20037508,-19929239,20037508,19929239&amp;lt;/Parameter&amp;gt;&lt;br&gt;    &amp;lt;/Datasource&amp;gt;&lt;br&gt;&amp;lt;/Layer&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;!--&lt;br&gt;&amp;lt;Layer name=&amp;quot;minor-roads-fill&amp;quot; status=&amp;quot;on&amp;quot; srs=&amp;quot;+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs&amp;quot;&amp;gt;&lt;br&gt;
    &amp;lt;StyleName&amp;gt;minor-roads-fill-links&amp;lt;/StyleName&amp;gt;&lt;br&gt;    &amp;lt;StyleName&amp;gt;minor-roads-fill&amp;lt;/StyleName&amp;gt;&lt;br&gt;    &amp;lt;Datasource&amp;gt;&lt;br&gt;      &amp;lt;Parameter name=&amp;quot;type&amp;quot;&amp;gt;postgis&amp;lt;/Parameter&amp;gt;&lt;br&gt;
      &amp;lt;Parameter name=&amp;quot;user&amp;quot;&amp;gt;postgres&amp;lt;/Parameter&amp;gt;&lt;br&gt;      &amp;lt;Parameter name=&amp;quot;password&amp;quot;&amp;gt;postgres&amp;lt;/Parameter&amp;gt;&lt;br&gt;      &amp;lt;Parameter name=&amp;quot;dbname&amp;quot;&amp;gt;osm_4326&amp;lt;/Parameter&amp;gt;&lt;br&gt;
      &amp;lt;Parameter name=&amp;quot;table&amp;quot;&amp;gt;&lt;br&gt;      (select way,highway,horse,bicycle,foot,construction,railway,aeroway,service,&lt;br&gt;       case when tunnel in (&amp;#39;yes&amp;#39;,&amp;#39;true&amp;#39;,&amp;#39;1&amp;#39;) then &amp;#39;yes&amp;#39;::text else tunnel end as tunnel,&lt;br&gt;
       case when bridge in (&amp;#39;yes&amp;#39;,&amp;#39;true&amp;#39;,&amp;#39;1&amp;#39;) then &amp;#39;yes&amp;#39;::text else bridge end as bridge&lt;br&gt;       from planet_osm_line&lt;br&gt;       where highway is not null&lt;br&gt;          or aeroway in (&amp;#39;runway&amp;#39;,&amp;#39;taxiway&amp;#39;)&lt;br&gt;
          or railway in (&amp;#39;light_rail&amp;#39;,&amp;#39;narrow_gauge&amp;#39;,&amp;#39;funicular&amp;#39;,&amp;#39;rail&amp;#39;,&amp;#39;subway&amp;#39;,&amp;#39;tram&amp;#39;,&amp;#39;spur&amp;#39;,&amp;#39;siding&amp;#39;,&amp;#39;platform&amp;#39;)&lt;br&gt;       order by z_order) as roads&lt;br&gt;
      &amp;lt;/Parameter&amp;gt;&lt;br&gt;      &amp;lt;Parameter name=&amp;quot;estimate_extent&amp;quot;&amp;gt;false&amp;lt;/Parameter&amp;gt;&lt;br&gt;      &amp;lt;Parameter name=&amp;quot;extent&amp;quot;&amp;gt;-20037508,-19929239,20037508,19929239&amp;lt;/Parameter&amp;gt;&lt;br&gt;    &amp;lt;/Datasource&amp;gt;&lt;br&gt;
&amp;lt;/Layer&amp;gt;&lt;br&gt;--&amp;gt;&lt;br&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26485913&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can%27t-seem-to-get-anything-to-show-up-when-replacing-the-%3CDatasource%3E-with-a-view-or-shape-file-within-the-map-file.-tp26485913p26485913.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26480259</id>
	<title>Re: mapping beyond zoom 18</title>
	<published>2009-11-23T07:34:27Z</published>
	<updated>2009-11-23T07:34:27Z</updated>
	<author>
		<name>Frederik Ramm</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Mikel Maron wrote:
&lt;br&gt;&amp;gt; Does anyone have a list of required changes and actions? I have changed 
&lt;br&gt;&amp;gt; MAX_ZOOM to 20 in render_config.h, re-made. re-installed the apache 
&lt;br&gt;&amp;gt; module, and restarted apache and renderd. What am I missing?
&lt;br&gt;&lt;br&gt;There was a thread on talk a few days ago, &amp;quot;Re: [OSM-talk] how to make 
&lt;br&gt;renderd.py render more than 18 levels&amp;quot;, in which the poster was told to 
&lt;br&gt;use renderd instead of renderd.py, change MAX_ZOOM to 20 and also change 
&lt;br&gt;a few occurrences of 18 to 20 in various C files. A diff was posted on 
&lt;br&gt;that list.
&lt;br&gt;&lt;br&gt;Bye
&lt;br&gt;Frederik
&lt;br&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26480259&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/mapping-beyond-zoom-18-tp26479416p26480259.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26479416</id>
	<title>mapping beyond zoom 18</title>
	<published>2009-11-23T06:48:31Z</published>
	<updated>2009-11-23T06:48:31Z</updated>
	<author>
		<name>Mikel Maron</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div style=&quot;font-family:times new roman,new york,times,serif;font-size:12pt;color:#000000;&quot;&gt;I'm trying to set up mod_tile to render beyond zoom 18, but having trouble. The requests get to apache, but aren't passed on to renderd.&lt;br&gt;&lt;br&gt;Does anyone have a list of required changes and actions? I have changed MAX_ZOOM to 20 in render_config.h, re-made. re-installed the apache module, and restarted apache and renderd. What am I missing?&lt;br&gt;&lt;br&gt;Thanks for any hints.&lt;br&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;== Mikel Maron ==&lt;br&gt;&lt;span&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://mapkibera.org/&quot; rel=&quot;nofollow&quot;&gt;http://mapkibera.org/&lt;/a&gt;&lt;/span&gt;&lt;br&gt;+254 (0) 724899738&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26479416&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mikel@...&lt;/a&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;
&lt;!-- cg1.c900.mail.mud.yahoo.com compressed/chunked Sun Nov 22 20:53:36 PST 2009 --&gt;
&lt;div style=&quot;border-style: solid; border-color: rgb(0, 0, 170); border-width: 1px 2.5px 2px 0.5px; padding: 1pt 3pt; position: absolute; display: none; z-index: 1000; background-color: white; font-size: 10pt; color: rgb(0, 0, 0);&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26479416&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/mapping-beyond-zoom-18-tp26479416p26479416.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26477877</id>
	<title>Mapnik + Tilecache problem</title>
	<published>2009-11-23T05:08:52Z</published>
	<updated>2009-11-23T05:08:52Z</updated>
	<author>
		<name>adee.kn@googlemail.com</name>
	</author>
	<content type="html">Hi All,&lt;br&gt;&lt;br&gt;I am trying to setup Mapnik + tilecache but can&amp;#39;t see any tiles in the browser when I set bbox parameters in both Tilecache.cfg and Openlayers but when I don&amp;#39;t specify the bbox everything works fine and I can see actual map tiles.&lt;br&gt;

&lt;br&gt;I was wondering if anyone can point out the problem in the code. I think I have tried everything ( in my limited capability) and not really understanding why would it not work. By the way all map layers ( for mapnik styling) are sourced from a PostGIS database and have different projections and transformed on the fly by Mapnik.&lt;br&gt;

&lt;br&gt;OpenLayers code:&lt;br&gt;&lt;br&gt;    &amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
&lt;br&gt;        &amp;lt;!--
&lt;br&gt;        var map, layer;
&lt;br&gt; &lt;br&gt;         function init(){
&lt;br&gt;            var map, layer;&lt;br&gt;&lt;br&gt;                var options =     {&lt;br&gt;                        numZoomLevels:20,&lt;br&gt;                        maxResolution: 360/512,&lt;br&gt;                        projection: &amp;quot;EPSG:4326&amp;quot;,&lt;br&gt;

                        //maxExtent: new OpenLayers.Bounds(-2.0,50.0,2.0,54.0)&lt;br&gt;                        //not working when uncommented&lt;br&gt;                    };&lt;br&gt;&lt;br&gt;            map = new OpenLayers.Map( &amp;#39;map&amp;#39;, options);&lt;br&gt;

            layer = new OpenLayers.Layer.WMS( &amp;quot;Map24&amp;quot;,&amp;quot;tilecache.py?&amp;quot;,&lt;br&gt;                                        { &lt;br&gt;                                            layers:&amp;#39;mapnik24&amp;#39;,&lt;br&gt;                                            format: &amp;#39;image/png&amp;#39;,&lt;br&gt;

                                            srs: &amp;#39;EPSG:4326&amp;#39;&lt;br&gt;                                        } );&lt;br&gt;            map.addLayer(layer);&lt;br&gt;            map.addControl( new OpenLayers.Control.PanZoomBar());&lt;br&gt;

            map.addControl( new OpenLayers.Control.MousePosition());&lt;br&gt;            map.addControl( new OpenLayers.Control.LayerSwitcher());&lt;br&gt;            map.addControl( new OpenLayers.Control.Permalink(&amp;quot;permalink&amp;quot;));&lt;br&gt;

            &lt;br&gt;            if (!map.getCenter()) map.zoomToMaxExtent();&lt;br&gt;       }&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;&lt;br&gt;Tilecache.cfg:&lt;br&gt;&lt;br&gt;[mapnik24]
&lt;br&gt;type=Mapnik
&lt;br&gt;mapfile=/somedit/map24.xml
&lt;br&gt;#bbox=-2.0,50.0,2.0,54.0&lt;br&gt;levels=20
&lt;br&gt;srs=EPSG:4326&lt;br&gt;projection=+proj=latlong +datum=WGS84&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Adnan&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477877&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mapnik-%2B-Tilecache-problem-tp26477877p26477877.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26468364</id>
	<title>Re: Fichero xml de mapnik</title>
	<published>2009-11-22T11:05:35Z</published>
	<updated>2009-11-22T11:05:35Z</updated>
	<author>
		<name>Dane Springmeyer</name>
	</author>
	<content type="html">Hola Rafael,
&lt;br&gt;&lt;br&gt;Usted puede utilizar &amp;quot;Quantumnik&amp;quot; (&lt;a href=&quot;http://bitbucket.org/springmeyer/quantumnik&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bitbucket.org/springmeyer/quantumnik&lt;/a&gt;&amp;nbsp;
&lt;br&gt;) para escribir Mapnik XML de QuantumGIS. No hay documentación en &amp;nbsp;
&lt;br&gt;español, &amp;nbsp;pero puedo ayudar si tiene problemas.
&lt;br&gt;&lt;br&gt;Dane
&lt;br&gt;&lt;br&gt;On Nov 22, 2009, at 3:58 AM, Rafael Rodríguez Puente wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hola listeros:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sabe alguien de una herramienta que me permita generar los ficheros de
&lt;br&gt;&amp;gt; configuración con los que trabaja mapnik, o al menos que lo pueda &amp;nbsp;
&lt;br&gt;&amp;gt; hacer
&lt;br&gt;&amp;gt; de otra forma que no sea editando un fichero xml.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Gracias de antemano
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Saludos,
&lt;br&gt;&amp;gt; 	Rafael RP.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Mapnik-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26468364&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26468364&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fichero-xml-de-mapnik-tp26467681p26468364.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26465283</id>
	<title>Re: Only for Greece - Combining Greek alphabet letters with latin letters in parenthesis</title>
	<published>2009-11-22T05:22:23Z</published>
	<updated>2009-11-22T05:22:23Z</updated>
	<author>
		<name>Niklas Cholmkvist</name>
	</author>
	<content type="html">2009/11/22 Lennard &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465283&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ldp@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; On the one hand, why would it have to be
&lt;br&gt;&amp;gt; name:en in parentheses, and not any of the other major world languages?
&lt;br&gt;&lt;br&gt;It was only an example, asking if it was technically possible.
&lt;br&gt;&lt;br&gt;&amp;gt; This is really an OSM question, not a mapnik question as such.
&lt;br&gt;Thanks for letting me know. Then I'll move in that direction.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Niklas
&lt;br&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465283&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Only-for-Greece---Combining-Greek-alphabet-letters-with-latin-letters-in-parenthesis-tp26464824p26465283.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26464926</id>
	<title>Re: Only for Greece - Combining Greek alphabet letters with latin letters in parenthesis</title>
	<published>2009-11-22T04:30:36Z</published>
	<updated>2009-11-22T04:30:36Z</updated>
	<author>
		<name>Lennard-2</name>
	</author>
	<content type="html">Niklas Cholmkvist wrote:
&lt;br&gt;&amp;gt; Is it possible for mapnik to render the key:name with the key:name:en
&lt;br&gt;&amp;gt; in parenthesis, for all points and ways? Like this example:
&lt;br&gt;&amp;gt; key:name (key:name:en)
&lt;br&gt;&lt;br&gt;This is really an OSM question, not a mapnik question as such.
&lt;br&gt;&lt;br&gt;&amp;gt; or like this example:
&lt;br&gt;&amp;gt; Θεσσαλονίκη (Thessaloniki)
&lt;br&gt;&lt;br&gt;Technically, this is possible, but it's currently not done this way on 
&lt;br&gt;the main OSM 'mapnik' map. On the one hand, why would it have to be 
&lt;br&gt;name:en in parentheses, and not any of the other major world languages? 
&lt;br&gt;And on the other hand, it would make the labels larger and clutter the 
&lt;br&gt;map even more.
&lt;br&gt;&lt;br&gt;Wikimedia is currently working on maps rendered in specific languages.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://meta.wikimedia.org/wiki/OpenStreetMap&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://meta.wikimedia.org/wiki/OpenStreetMap&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://cassini.toolserver.org/tile-browse/browse-en.html?zoom=11&amp;lat=37.97803&amp;lon=23.78128&amp;layers=B&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cassini.toolserver.org/tile-browse/browse-en.html?zoom=11&amp;lat=37.97803&amp;lon=23.78128&amp;layers=B&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Lennard
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464926&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Only-for-Greece---Combining-Greek-alphabet-letters-with-latin-letters-in-parenthesis-tp26464824p26464926.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26464824</id>
	<title>Only for Greece - Combining Greek alphabet letters with latin letters in parenthesis</title>
	<published>2009-11-22T04:17:32Z</published>
	<updated>2009-11-22T04:17:32Z</updated>
	<author>
		<name>Niklas Cholmkvist</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Is it possible for mapnik to render the key:name with the key:name:en
&lt;br&gt;in parenthesis, for all points and ways? Like this example:
&lt;br&gt;key:name (key:name:en)
&lt;br&gt;&lt;br&gt;or like this example:
&lt;br&gt;Θεσσαλονίκη (Thessaloniki)
&lt;br&gt;&lt;br&gt;This is to help foreigners and tourists to understand the names in
&lt;br&gt;maps of Greece. They might not know the Greek alphabet, or not even
&lt;br&gt;understand how the streets/roads are pronounced, so they can't
&lt;br&gt;potentially ask locals , since they aren't able to read it(they must
&lt;br&gt;learn the Greek language to some extent).
&lt;br&gt;&lt;br&gt;Thank you,
&lt;br&gt;&lt;br&gt;Niklas
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Niklas Holmkvist
&lt;br&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26464824&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Only-for-Greece---Combining-Greek-alphabet-letters-with-latin-letters-in-parenthesis-tp26464824p26464824.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26467681</id>
	<title>Fichero xml de mapnik</title>
	<published>2009-11-22T03:58:26Z</published>
	<updated>2009-11-22T03:58:26Z</updated>
	<author>
		<name>Rafael Rodríguez Puente</name>
	</author>
	<content type="html">Hola listeros:
&lt;br&gt;&lt;br&gt;Sabe alguien de una herramienta que me permita generar los ficheros de 
&lt;br&gt;configuración con los que trabaja mapnik, o al menos que lo pueda hacer 
&lt;br&gt;de otra forma que no sea editando un fichero xml.
&lt;br&gt;&lt;br&gt;Gracias de antemano
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Saludos,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Rafael RP.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26467681&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fichero-xml-de-mapnik-tp26467681p26467681.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26442679</id>
	<title>Re: .Net Mapnik wrapper project</title>
	<published>2009-11-20T04:30:54Z</published>
	<updated>2009-11-20T04:30:54Z</updated>
	<author>
		<name>Artem Pavlenko-3</name>
	</author>
	<content type="html">Hi Joe,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Great news! Thanks for your contribution. Do you think we should aim to integrate &lt;/div&gt;&lt;div&gt;.Net/C# wrappers into Mapnik svn repository ?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Regards,&lt;/div&gt;&lt;div&gt;Artem&lt;/div&gt;&lt;div&gt;
&lt;br&gt;&lt;/div&gt;&lt;div&gt;PS. plz, subscribe to the list :)&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/19 Joe Kemp &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26442679&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jkemp@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;









&lt;div lang=&quot;EN-US&quot; link=&quot;blue&quot; vlink=&quot;purple&quot;&gt;

&lt;div&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;I have had a few requests for the work we have done with
Mapnik and .Net/C#.  I just created a project at Google code to help
anyone else working in this environment.  I committed the current VS project
source that we use to compile the .Net wrapper assembly.  Hopefully this
work is useful to others, and others may be able to help support the project.&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;a href=&quot;http://code.google.com/p/mapnikdotnet/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/mapnikdotnet/&lt;/a&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size:10.0pt&quot;&gt;Joe
A. Kemp&lt;br&gt;
&lt;/span&gt;&lt;span style=&quot;font-size:10.0pt;color:#7D7D7D&quot;&gt;Tricom&lt;/span&gt;&lt;span style=&quot;font-size:12.0pt;font-family:&amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;&quot;&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size:10.0pt;color:silver&quot;&gt;Senior Engineer&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-size:10.0pt;color:silver&quot;&gt;2139 Espey Court Suite 6, Crofton, MD 21114&lt;/span&gt;&lt;span style=&quot;font-size:10.0pt&quot;&gt;&lt;br&gt;
&lt;span style=&quot;color:silver&quot;&gt;(W) (F) 888-678-1101&lt;br&gt;
(C) 301-502-1281&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt; &lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;


&lt;br&gt;_______________________________________________&lt;br&gt;
Mapnik-users mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26442679&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26442679&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/.Net-Mapnik-wrapper-project-tp26436758p26442679.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26436758</id>
	<title>.Net Mapnik wrapper project</title>
	<published>2009-11-19T14:51:02Z</published>
	<updated>2009-11-19T14:51:02Z</updated>
	<author>
		<name>Joe Kemp-2</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:x=&quot;urn:schemas-microsoft-com:office:excel&quot; xmlns:p=&quot;urn:schemas-microsoft-com:office:powerpoint&quot; xmlns:a=&quot;urn:schemas-microsoft-com:office:access&quot; xmlns:dt=&quot;uuid:C2F41010-65B3-11d1-A29F-00AA00C14882&quot; xmlns:s=&quot;uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882&quot; xmlns:rs=&quot;urn:schemas-microsoft-com:rowset&quot; xmlns:Z=&quot;urn:schemas-microsoft-com:&quot; xmlns:b=&quot;urn:schemas-microsoft-com:office:publisher&quot; xmlns:ss=&quot;urn:schemas-microsoft-com:office:spreadsheet&quot; xmlns:c=&quot;urn:schemas-microsoft-com:office:component:spreadsheet&quot; xmlns:odc=&quot;urn:schemas-microsoft-com:office:odc&quot; xmlns:oa=&quot;urn:schemas-microsoft-com:office:activation&quot; xmlns:html=&quot;http://www.w3.org/TR/REC-html40&quot; xmlns:q=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:rtc=&quot;http://microsoft.com/officenet/conferencing&quot; xmlns:D=&quot;DAV:&quot; xmlns:Repl=&quot;http://schemas.microsoft.com/repl/&quot; xmlns:mt=&quot;http://schemas.microsoft.com/sharepoint/soap/meetings/&quot; xmlns:x2=&quot;http://schemas.microsoft.com/office/excel/2003/xml&quot; xmlns:ppda=&quot;http://www.passport.com/NameSpace.xsd&quot; xmlns:ois=&quot;http://schemas.microsoft.com/sharepoint/soap/ois/&quot; xmlns:dir=&quot;http://schemas.microsoft.com/sharepoint/soap/directory/&quot; xmlns:ds=&quot;http://www.w3.org/2000/09/xmldsig#&quot; xmlns:dsp=&quot;http://schemas.microsoft.com/sharepoint/dsp&quot; xmlns:udc=&quot;http://schemas.microsoft.com/data/udc&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:sub=&quot;http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/&quot; xmlns:ec=&quot;http://www.w3.org/2001/04/xmlenc#&quot; xmlns:sp=&quot;http://schemas.microsoft.com/sharepoint/&quot; xmlns:sps=&quot;http://schemas.microsoft.com/sharepoint/soap/&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:udcs=&quot;http://schemas.microsoft.com/data/udc/soap&quot; xmlns:udcxf=&quot;http://schemas.microsoft.com/data/udc/xmlfile&quot; xmlns:udcp2p=&quot;http://schemas.microsoft.com/data/udc/parttopart&quot; xmlns:wf=&quot;http://schemas.microsoft.com/sharepoint/soap/workflow/&quot; xmlns:dsss=&quot;http://schemas.microsoft.com/office/2006/digsig-setup&quot; xmlns:dssi=&quot;http://schemas.microsoft.com/office/2006/digsig&quot; xmlns:mdssi=&quot;http://schemas.openxmlformats.org/package/2006/digital-signature&quot; xmlns:mver=&quot;http://schemas.openxmlformats.org/markup-compatibility/2006&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns:mrels=&quot;http://schemas.openxmlformats.org/package/2006/relationships&quot; xmlns:spwp=&quot;http://microsoft.com/sharepoint/webpartpages&quot; xmlns:ex12t=&quot;http://schemas.microsoft.com/exchange/services/2006/types&quot; xmlns:ex12m=&quot;http://schemas.microsoft.com/exchange/services/2006/messages&quot; xmlns:pptsl=&quot;http://schemas.microsoft.com/sharepoint/soap/SlideLibrary/&quot; xmlns:spsl=&quot;http://microsoft.com/webservices/SharePointPortalServer/PublishedLinksService&quot; xmlns:st=&quot;&amp;#1;&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;I have had a few requests for the work we have done with
Mapnik and .Net/C#.&amp;nbsp; I just created a project at Google code to help
anyone else working in this environment.&amp;nbsp; I committed the current VS project
source that we use to compile the .Net wrapper assembly.&amp;nbsp; Hopefully this
work is useful to others, and others may be able to help support the project.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;a href=&quot;http://code.google.com/p/mapnikdotnet/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/mapnikdotnet/&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial Rounded MT Bold&quot;,&quot;sans-serif&quot;'&gt;Joe
A. Kemp&lt;br&gt;
&lt;/span&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;
color:#7D7D7D'&gt;Tricom&lt;/span&gt;&lt;span style='font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;
color:silver'&gt;Senior Engineer&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;
color:silver'&gt;2139 Espey Court Suite 6, Crofton, MD 21114&lt;/span&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;&lt;br&gt;
&lt;span style='color:silver'&gt;(W) (F) 888-678-1101&lt;br&gt;
(C) 301-502-1281&lt;/span&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26436758&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/.Net-Mapnik-wrapper-project-tp26436758p26436758.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26435983</id>
	<title>.Net Mapnik wrapper project</title>
	<published>2009-11-19T14:47:57Z</published>
	<updated>2009-11-19T14:47:57Z</updated>
	<author>
		<name>Joe Kemp-4</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:x=&quot;urn:schemas-microsoft-com:office:excel&quot; xmlns:p=&quot;urn:schemas-microsoft-com:office:powerpoint&quot; xmlns:a=&quot;urn:schemas-microsoft-com:office:access&quot; xmlns:dt=&quot;uuid:C2F41010-65B3-11d1-A29F-00AA00C14882&quot; xmlns:s=&quot;uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882&quot; xmlns:rs=&quot;urn:schemas-microsoft-com:rowset&quot; xmlns:Z=&quot;urn:schemas-microsoft-com:&quot; xmlns:b=&quot;urn:schemas-microsoft-com:office:publisher&quot; xmlns:ss=&quot;urn:schemas-microsoft-com:office:spreadsheet&quot; xmlns:c=&quot;urn:schemas-microsoft-com:office:component:spreadsheet&quot; xmlns:odc=&quot;urn:schemas-microsoft-com:office:odc&quot; xmlns:oa=&quot;urn:schemas-microsoft-com:office:activation&quot; xmlns:html=&quot;http://www.w3.org/TR/REC-html40&quot; xmlns:q=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:rtc=&quot;http://microsoft.com/officenet/conferencing&quot; xmlns:D=&quot;DAV:&quot; xmlns:Repl=&quot;http://schemas.microsoft.com/repl/&quot; xmlns:mt=&quot;http://schemas.microsoft.com/sharepoint/soap/meetings/&quot; xmlns:x2=&quot;http://schemas.microsoft.com/office/excel/2003/xml&quot; xmlns:ppda=&quot;http://www.passport.com/NameSpace.xsd&quot; xmlns:ois=&quot;http://schemas.microsoft.com/sharepoint/soap/ois/&quot; xmlns:dir=&quot;http://schemas.microsoft.com/sharepoint/soap/directory/&quot; xmlns:ds=&quot;http://www.w3.org/2000/09/xmldsig#&quot; xmlns:dsp=&quot;http://schemas.microsoft.com/sharepoint/dsp&quot; xmlns:udc=&quot;http://schemas.microsoft.com/data/udc&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:sub=&quot;http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/&quot; xmlns:ec=&quot;http://www.w3.org/2001/04/xmlenc#&quot; xmlns:sp=&quot;http://schemas.microsoft.com/sharepoint/&quot; xmlns:sps=&quot;http://schemas.microsoft.com/sharepoint/soap/&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:udcs=&quot;http://schemas.microsoft.com/data/udc/soap&quot; xmlns:udcxf=&quot;http://schemas.microsoft.com/data/udc/xmlfile&quot; xmlns:udcp2p=&quot;http://schemas.microsoft.com/data/udc/parttopart&quot; xmlns:wf=&quot;http://schemas.microsoft.com/sharepoint/soap/workflow/&quot; xmlns:dsss=&quot;http://schemas.microsoft.com/office/2006/digsig-setup&quot; xmlns:dssi=&quot;http://schemas.microsoft.com/office/2006/digsig&quot; xmlns:mdssi=&quot;http://schemas.openxmlformats.org/package/2006/digital-signature&quot; xmlns:mver=&quot;http://schemas.openxmlformats.org/markup-compatibility/2006&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns:mrels=&quot;http://schemas.openxmlformats.org/package/2006/relationships&quot; xmlns:spwp=&quot;http://microsoft.com/sharepoint/webpartpages&quot; xmlns:ex12t=&quot;http://schemas.microsoft.com/exchange/services/2006/types&quot; xmlns:ex12m=&quot;http://schemas.microsoft.com/exchange/services/2006/messages&quot; xmlns:pptsl=&quot;http://schemas.microsoft.com/sharepoint/soap/SlideLibrary/&quot; xmlns:spsl=&quot;http://microsoft.com/webservices/SharePointPortalServer/PublishedLinksService&quot; xmlns:st=&quot;&amp;#1;&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;I have had a few requests for the work we have done with
Mapnik and .Net/C#.&amp;nbsp; I just created a project at Google code to help
anyone else working in this environment.&amp;nbsp; I committed the current VS
project source that we use to compile the .Net wrapper assembly.&amp;nbsp;
Hopefully this work is useful to others, and others may be able to help support
the project.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;a href=&quot;http://code.google.com/p/mapnikdotnet/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/mapnikdotnet/&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial Rounded MT Bold&quot;,&quot;sans-serif&quot;'&gt;Joe
A. Kemp&lt;br&gt;
&lt;/span&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;
color:#7D7D7D'&gt;Tricom&lt;/span&gt;&lt;span style='font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;
color:silver'&gt;Senior Engineer&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;
color:silver'&gt;2139 Espey Court Suite 6, Crofton, MD 21114&lt;/span&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;&lt;br&gt;
&lt;span style='color:silver'&gt;(W) (F) 888-678-1101&lt;br&gt;
(C) 301-502-1281&lt;/span&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26435983&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/.Net-Mapnik-wrapper-project-tp26435983p26435983.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26435028</id>
	<title>.Net Mapnik wrapper project</title>
	<published>2009-11-19T13:04:03Z</published>
	<updated>2009-11-19T13:04:03Z</updated>
	<author>
		<name>Joe Kemp-3</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;I have had a few requests for the work we have done with
Mapnik and .Net/C#.&amp;nbsp; I just created a project at Google code to help
anyone else working in this environment.&amp;nbsp; I committed the current VS
project source that we use to compile the .Net wrapper assembly.&amp;nbsp; Hopefully
this work is useful to others, and others may be able to help support the
project.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;a href=&quot;http://code.google.com/p/mapnikdotnet/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/mapnikdotnet/&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial Rounded MT Bold&quot;,&quot;sans-serif&quot;'&gt;Joe
A. Kemp&lt;br&gt;
&lt;/span&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;
color:#7D7D7D'&gt;Tricom&lt;/span&gt;&lt;span style='font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;
color:silver'&gt;Senior Engineer&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;
color:silver'&gt;2139 Espey Court Suite 6, Crofton, MD 21114&lt;/span&gt;&lt;span style='font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;'&gt;&lt;br&gt;
&lt;span style='color:silver'&gt;(W) (F) 888-678-1101&lt;br&gt;
(C) 301-502-1281&lt;/span&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Mapnik-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26435028&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Mapnik-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.berlios.de/mailman/listinfo/mapnik-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.berlios.de/mailman/listinfo/mapnik-users&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/.Net-Mapnik-wrapper-project-tp26435028p26435028.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26421316</id>
	<title>What is Altitude value in meter at particular zoom level with Mercator Projection?</title>
	<published>2009-11-19T04:25:53Z</published>
	<updated>2009-11-19T04:25:53Z</updated>
	<author>
		<name>Balram</name>
	</author>
	<content type="html">Hello Friends,
&lt;br&gt;&lt;br&gt;Could anybody please provide me formula so that I will come to know the relationship of zoom level with altitude value of mercator projection.
&lt;br&gt;&lt;br&gt;Being more specific, I am using mercator projection in generate_tiles.py script. I have rendered tiles with zoom level 0 to 18 and setup tile server too. 
&lt;br&gt;&lt;br&gt;I am seriously not getting the formula which will tell me about what will be Altitude value at particular zoom level (say at zoom 6) in terms of meter (or any units). &lt;img class='smiley' src='http://old.nabble.com/images/smiley/anim_rules.gif' /&gt;&lt;br&gt;&lt;br&gt;I have got one link which give some information regarding scale values and zoom level.
&lt;br&gt;&lt;a href=&quot;http://wiki.openstreetmap.org/wiki/Zoom_levels&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.openstreetmap.org/wiki/Zoom_levels&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please provide me some fruitful information.
&lt;br&gt;&lt;br&gt;Thanks in advance.
&lt;br&gt;&lt;br&gt;&lt;img class='smiley' src='http://old.nabble.com/images/smiley/smiley_beam.gif' /&gt;&lt;br&gt;&lt;br&gt;Balram &lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Mapnik---Users-f28007.html&quot; embed=&quot;fixTarget[28007]&quot; target=&quot;_top&quot; &gt;Mapnik - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/What-is-Altitude-value-in-meter-at-particular-zoom-level-with-Mercator-Projection--tp26421316p26421316.html" />
</entry>

</feed>
