python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
flutter_map WMS with custom CRS fails to load map image: Failed to decode Image data
I'm trying to create a simple flutter map widget that gets layers from a WMS server.
The server is this.
And you can see the its capabilities here.
Specifically, I want to use the layer "AMS_1956...
Adrià Cos del Cacho
Votes: 0
Answers: 0
How to statically link PROJ to pybind11
I'm interested in statically linking PROJ to a library created with pybind11.
but, I get error by cmake.
Why am I getting this error and how can I fix it?
My CMakeLists.txt is this.
cmake_minimum_requ...
Evan.Titer
Votes: 0
Answers: 1
Accessing equal earth projection with sf
I'm a little confused why I'm not able to iplement the equal earth projection using sf in R, or how to diagnose why this is.
When I check my crs options with sf_proj_info("proj") it appears ...
Adam Kemberling
Votes: 0
Answers: 2