rouen-sk

Results 8 comments of rouen-sk

To make it even worse, you can't even use workaround like this reliably: `ST_GeomFromText(ST_AsText(geometry, 7), 4326) AS geometry` For example OSM node 658686588, in original data: `POINT(16.9660466 50.4243161)`, in Imposm...

@ImreSamu yep, I was actually looking at that line exactly I tried to fix it, but I am not Go programmer, so I used ubuntu VM and could not compile...

Hey, nice library. However, you should probably add `PushServiceClient` constructor accepting IHttpClientFactory (instead of HttpClient) and use `CreateClient` internally to support long-running scenarios correctly.

@jbrwn Is there any chance you will release new version any time soon? Current is based on the year-old mapnik-win-sdk-14.0-x64-v3.0.0-rc1-1158-g73dbec3.7z. Many bugs were fixed by now for sure. I tried...

Hi guys, nice to see it is not entirely dead here. I am in fact part of the company and we are evaluating NET-Mapnik as a part of our product....

Update: I just tried to generate the same tile (with same style XML and from same DB) with python binding over mapnik 2.2.0. and the labels are wrapped. So it...

Thanks @BergWerkGIS . Tried it with x86 version (python import failed with 64bit dll), but could not get it to work. I always get ``` Mapnik LOG> 2016-03-29 10:01:54: warning:...

I believe using postgres as node cache was bad choice in the first place, and minor optimizations wont "save us" here. Postgres has way too much overhead for this purpose,...