Re: [OSM-dev] Carto-based Mapnik OSM Rendering

2012-12-14 Thread Alex Barth
Ian Dees - how hard is it to update the style on the server you set up? We 
should probably reexport Mapnik XML from Tilemill as stuff gets fixed and 
update the server from time to time. This way we can continue to look here for 
spot checking:

http://bl.ocks.org/d/4271706/#15.00/37.7698/-122.4180

Dropping the XML into a gist and sending it over to you is fine? Or would it 
make sense to get Andy Allan server access?

On Dec 13, 2012, at 4:02 AM, Andy Allan gravityst...@gmail.com wrote:

 On 12 December 2012 21:35, Alex Barth a...@mapbox.com wrote:
 Again, this is awesome to have this up.
 
 If you find issues, please file here 
 https://github.com/gravitystorm/openstreetmap-carto/issues
 
 Or fork, fix and issue a pull request :-)
 
 And really, on a first glance there is very little difference. Just filed 
 one for leisure=garden
 
 https://github.com/gravitystorm/openstreetmap-carto/issues/6
 
 Thanks Ian (Dees) and everyone else, this is awesome! I'll work
 through all the issues reported so far, and also be merging in Ian
 (Villeda)'s work on making the setup easier.
 
 Cheers,
 Andy

Alex Barth
http://twitter.com/lxbarth
tel (+1) 202 250 3633





___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] Carto-based Mapnik OSM Rendering

2012-12-14 Thread Ian Dees
On Fri, Dec 14, 2012 at 9:32 AM, Alex Barth a...@mapbox.com wrote:

 Ian Dees - how hard is it to update the style on the server you set up? We
 should probably reexport Mapnik XML from Tilemill as stuff gets fixed and
 update the server from time to time. This way we can continue to look here
 for spot checking:

 http://bl.ocks.org/d/4271706/#15.00/37.7698/-122.4180

 Dropping the XML into a gist and sending it over to you is fine? Or would
 it make sense to get Andy Allan server access?


Gist is fine. I need to find/replace some file paths but it doesn't take
more than a few seconds.

I'm happy giving Andy access, too, but this is plenty easy.
___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] Carto-based Mapnik OSM Rendering

2012-12-13 Thread Andy Allan
On 12 December 2012 21:35, Alex Barth a...@mapbox.com wrote:
 Again, this is awesome to have this up.

 If you find issues, please file here 
 https://github.com/gravitystorm/openstreetmap-carto/issues

 Or fork, fix and issue a pull request :-)

 And really, on a first glance there is very little difference. Just filed one 
 for leisure=garden

 https://github.com/gravitystorm/openstreetmap-carto/issues/6

Thanks Ian (Dees) and everyone else, this is awesome! I'll work
through all the issues reported so far, and also be merging in Ian
(Villeda)'s work on making the setup easier.

Cheers,
Andy

___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


[OSM-dev] Carto-based Mapnik OSM Rendering

2012-12-12 Thread Ian Dees
Hi all,

With some help from the MapBox folks I set up a layer on the OSM US server
that renders from a recent version of the openstreetmap-carto stylesheet
[0] converted to Mapnik XML:

http://tile.osm.osuosl.org/tiles/osm_carto/preview.html#15/41.8813/-87.6299

You can compare this with a (semi-old) version that comes from the existing
Mapnik XML-based stylesheet the Carto one is based on:

http://tile.osm.osuosl.org/tiles/osmus/preview.html#15/41.8813/-87.6299

This server isn't the fastest thing in the world so please don't hammer it
to death. Feel free to use it to help improve the carto-based stylesheet
though! I'm happy to update the stylesheet at any time.

-Ian

[0] https://github.com/gravitystorm/openstreetmap-carto
___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] Carto-based Mapnik OSM Rendering

2012-12-12 Thread Tom MacWright
Hey,

To make it a bit easier to compare, here's the two on a split screen:
http://bl.ocks.org/d/4271706/

From a cursory scan, there are some labelling and font changes (mostly for
the better, in my opinion) and a possible bug around the coloring of the
botanical garden.

Tom

On Wed, Dec 12, 2012 at 4:03 PM, Ian Dees ian.d...@gmail.com wrote:

 Hi all,

 With some help from the MapBox folks I set up a layer on the OSM US server
 that renders from a recent version of the openstreetmap-carto stylesheet
 [0] converted to Mapnik XML:

 http://tile.osm.osuosl.org/tiles/osm_carto/preview.html#15/41.8813/-87.6299

 You can compare this with a (semi-old) version that comes from the
 existing Mapnik XML-based stylesheet the Carto one is based on:

 http://tile.osm.osuosl.org/tiles/osmus/preview.html#15/41.8813/-87.6299

 This server isn't the fastest thing in the world so please don't hammer it
 to death. Feel free to use it to help improve the carto-based stylesheet
 though! I'm happy to update the stylesheet at any time.

 -Ian

 [0] https://github.com/gravitystorm/openstreetmap-carto

 ___
 dev mailing list
 dev@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/dev


___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] Carto-based Mapnik OSM Rendering

2012-12-12 Thread Alex Barth
Again, this is awesome to have this up.

If you find issues, please file here 
https://github.com/gravitystorm/openstreetmap-carto/issues

Or fork, fix and issue a pull request :-)

And really, on a first glance there is very little difference. Just filed one 
for leisure=garden

https://github.com/gravitystorm/openstreetmap-carto/issues/6

On Dec 12, 2012, at 4:15 PM, Tom MacWright t...@macwright.org wrote:

 Hey,
 
 To make it a bit easier to compare, here's the two on a split screen: 
 http://bl.ocks.org/d/4271706/
 
 From a cursory scan, there are some labelling and font changes (mostly for 
 the better, in my opinion) and a possible bug around the coloring of the 
 botanical garden.
 
 Tom
 
 On Wed, Dec 12, 2012 at 4:03 PM, Ian Dees ian.d...@gmail.com wrote:
 Hi all,
 
 With some help from the MapBox folks I set up a layer on the OSM US server 
 that renders from a recent version of the openstreetmap-carto stylesheet [0] 
 converted to Mapnik XML:
 
 http://tile.osm.osuosl.org/tiles/osm_carto/preview.html#15/41.8813/-87.6299
 
 You can compare this with a (semi-old) version that comes from the existing 
 Mapnik XML-based stylesheet the Carto one is based on:
 
 http://tile.osm.osuosl.org/tiles/osmus/preview.html#15/41.8813/-87.6299
 
 This server isn't the fastest thing in the world so please don't hammer it to 
 death. Feel free to use it to help improve the carto-based stylesheet though! 
 I'm happy to update the stylesheet at any time.
 
 -Ian
 
 [0] https://github.com/gravitystorm/openstreetmap-carto
 
 ___
 dev mailing list
 dev@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/dev
 
 
 ___
 dev mailing list
 dev@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/dev

Alex Barth
http://twitter.com/lxbarth
tel (+1) 202 250 3633





___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev