Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
AGG rendering Artifacts
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Sven Geggus  
View profile  
 More options Jun 15 2012, 11:25 am
From: Sven Geggus <li...@fuchsschwanzdomain.de>
Date: Fri, 15 Jun 2012 15:25:41 +0000 (UTC)
Local: Fri, Jun 15 2012 11:25 am
Subject: AGG rendering Artifacts
Hello,

while experimenting with Mapnik and Jochen Topf's new ocean and land
polygons from http://openstreetmapdata.com I ran into the same problem I
first encountered using Mapserver as well.

Here is how this looks like:
http://home.geggus.net/pub/artifacts.png

In reccent Versions of mapserver this can be fixed using a lower gamma value
in AGG: see https://twitter.com/tbonfort/status/93284998249066496

Is there an equivalent in mapnik?

Here is the style I use:

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE Map>
<Map background-color="#579ae3" srs="+init=epsg:3857" minimum-version="2.0.0">

<Style name="land">
    <Rule>
      <PolygonSymbolizer fill="#f2efe9"/>
    </Rule>
</Style>

<Layer name="land" status="on" srs="+init=epsg:3857">
    <StyleName>land</StyleName>
    <Datasource>
      <Parameter name="type">shape</Parameter>
      <Parameter name="file"><path>/<to>/<openstreetmapdata.com>/<shapefile>/land_polygons</ Parameter>
    </Datasource>
</Layer>

</Map>

Regards

Sven

--
Kernel panic: I have no root and I want to scream
(Linux Kernel Error Message)

/me is giggls@ircnet, http://sven.gegg.us/ on the Web


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dane Springmeyer  
View profile  
 More options Jun 15 2012, 11:34 am
From: Dane Springmeyer <d...@dbsgeo.com>
Date: Fri, 15 Jun 2012 11:34:19 -0400
Local: Fri, Jun 15 2012 11:34 am
Subject: Re: [mapnik] AGG rendering Artifacts
Yes, 'gamma' is supported on both the polygon and line symbolizer, and has been since the 0.7.x series of releases.

Dane

On Jun 15, 2012, at 11:25 AM, Sven Geggus <li...@fuchsschwanzdomain.de> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »