We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm using creating this map
geodf = gp.read_file("https://gist.githubusercontent.com/aborruso/62a708faa4c050776ece5fb4a33b4593/raw/7a99636eac7a3d9844f6c54b2cacbc9ae6023e4a/oc_costo_regioni.geojson") # Reproject to EPSG:32633 geodf = geo_df.to_crs(epsg=3857) ( ggplot(geodf) + geom_map(aes(fill="costo_per_km2"), color="black", size=0.1) )
In output I have a flattened shape, as if they were always geographical coordinates.
Using EPSG:3857, I should have a more elongated shape, like the one below.
The text was updated successfully, but these errors were encountered:
This is a known limitation and I hope to work on it in 2025.
Sorry, something went wrong.
Thank you very much
No branches or pull requests
Hi,
I'm using creating this map
In output I have a flattened shape, as if they were always geographical coordinates.
Using EPSG:3857, I should have a more elongated shape, like the one below.
The text was updated successfully, but these errors were encountered: