[mapserver-users] Pseudo-3D buildings

2013-09-25 Thread Rahkonen Jukka
Hi, See these buildings which Andrei Nacu has drawn with OpenJUMP http://img855.imageshack.us/img855/8340/b072.png Buildings are constructed from 3 layers: - OSM building polygons (orange) - underneath them buffered polygons (buffer 2, round join) with dark grey outline and light grey fill - abo

Re: [mapserver-users] Pseudo-3D buildings

2013-09-25 Thread thomas bonfort
CLASS STYLE COLOR _building_clr OUTLINECOLOR _building_ol_clr WIDTH 1 GEOMTRANSFORM (buffer([shape],2)) END STYLE COLOR 255 0 0 OPACITY 25 END STYLE COLOR _building_clr OUTLINECOLOR _building_ol_cl

Re: [mapserver-users] Pseudo-3D buildings

2013-09-25 Thread thomas bonfort
eptember 25, 2013 8:22 AM > To: Rahkonen Jukka > Cc: Mapserver-Users (mapserver-users@lists.osgeo.org) > Subject: Re: [mapserver-users] Pseudo-3D buildings > > CLASS > STYLE > COLOR _building_clr > OUTLINECOLOR _building_ol_clr > WIDTH 1

Re: [mapserver-users] Pseudo-3D buildings

2013-09-25 Thread Basques, Bob (CI-StPaul)
n Jukka Cc: Mapserver-Users (mapserver-users@lists.osgeo.org) Subject: Re: [mapserver-users] Pseudo-3D buildings CLASS STYLE COLOR _building_clr OUTLINECOLOR _building_ol_clr WIDTH 1 GEOMTRANSFORM (buffer([shape],2)) END STYLE COL