[OSM-dev] rendered
John Smith
delta_foxtrot at yahoo.com
Tue Aug 4 10:19:04 BST 2009
--- On Tue, 4/8/09, Andy Allan <gravitystorm at gmail.com> wrote:
> Check your Layer definitions for something along the lines
> of
>
> <Parameter
> name="estimate_extent">false</Parameter>
> <Parameter
> name="extent">-20037508,-19929239,20037508,19929239</Parameter>
>
> If you have estimate_extent set to true it'll only cover
> about the
> 95th percentile of the data - so misses off southern south
> america and
> africa in my experience. So you need to set it to false,
> and specify
> an extent *in the correct projection*. If your layers
> already have
> this then this isn't the problem.
I'm only interested in the Australian Continent, I was including AU+NZ but there wasn't much interest in it, and so I've just reduced it to AU.
The talk-au list has been discussing how to make the map look more AU like, so I probably have a bigger extent then I need.
Most lines look like this, I didn't generate this by hand I used some script referenced from a how to.
<Parameter name="estimate_extent">false</Parameter>
<Parameter name="extent">-20037508,-19929239,20037508,19929239</Parameter>
More information about the dev
mailing list