Joe Reeve
Joe Reeve
I was using this tool to generate the expected output: https://mygeodata.cloud/cs2cs/ So it uses cs2cs rather than Proj4, but seems like it ought to work. The projection is actually a...
Agreed, I've tried with a few different coordinate pairs (grabbed from https://epsg.io/map). All I know for sure is that the bbox above is working for generating a map and I'm...
@BotellaA It would be great to combine efforts, rather then have separate projects doing similar things. Any chance we can merge these efforts?
I'm having this same issue, things look okay when using Debian Jessie, but break on Stretch 😢
I fixed my issue by adding `'cflags': [ '-D_GLIBCXX_USE_CXX11_ABI=0' ],` to my build target. Seemed the library was adding `[abi:cxx11]` to my symbols. I don't know enough to understand why!...
@subwaystation Go for it :)
For those looking for a working example of this, I have a Node binding working here passing a buffer via a callback: https://github.com/openzim/node-libzim/blob/e790bfc55352a027f1e4d7e8acce9bfaf369c461/src/ZimReader.cc#L45 On the JS side I had to...
What is the desired behaviour here? For the text to be red, or for the `[[` to be gone? or both?
Okay, so the text should also be red, right?
Looks like a bug on MCS/Parsoid, I've created a Phabricator task: https://phabricator.wikimedia.org/T226523