-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
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
Idea: community map like openstreetmap.community #164
Comments
I like the idea of the map but I don't think that "community map" is the more appropriate since we have not many communities as OSM, probably an user map could be more useful. We could add a geojson file ad user can add them self doing PR (also editing the file online). I can work on it if you like the idea |
I really like the idea of having a user map in the website :) |
will this be a separate page or a widget in the side panel of About/Community, for example? |
separate page |
One more thing. Given that CRS are so relevant for GRASS users, is it possible to use a different projection than that one? Greenland and Antarctica look so big and Africa so small... An equal area projection like Mollweide, Hammer, Goode homolosine, among others, would look much better in my opinion |
I think your proposal does not fit properly with a web map. The used project is the OpenLayers default one, this is a projection developed by google specifically for web map. However if we want to change projection we need to find a base layer with the chosen projection because OSM is provided only in Google projection. |
Should be possible to reproject: https://openlayers.org/en/master/examples/reprojection.html. |
This doesn't necessarily make it a good projection ;-)
Ok, I see the point. It might be something like Of course it's fine to address that in a separate PR. |
yes, did you see the result when you choose Mollweide in the View projection? |
;-) Question of aesthetics, I guess. But these aesthetics are unfortunately strongly influenced by the classroom Mercator maps we grew up with... Also watch out, on that page, you cannot zoom out to the entire world view. Does this look ugly to you, too: You can go through some of the 'world' projections in QGIS and see what pleases you most, but IMHO it should be some equal area one. |
Here are some others (overlapping with some of Markus' suggestions): but the earth being round, you will never have a beautiful rendering everywhere. And I don't think we have to many users that would register at the poles ;-) |
Maybe the Gall-Peters could work since it is squared, need to test. However my main concern is to have a beautiful map, not the most correct. We have plain of projection system and each system has it use, most of your proposal works really well for paper but less for web (for my point of view, and yes probably I'm influenced by Mercator too). If we find a beautiful tile server (or WMS service) of worldwide OSM data of one of above projection systems I will try with any of them ;-) So, right now I will not work on this topic, please discuss in another ticket when community map will be merged in master |
Just came across this site:
https://openstreetmap.community/
Pretty nice idea as it shows you what's available in your region, for example Southern America:
Might be nice to do this for GRASS GIS as well.
The text was updated successfully, but these errors were encountered: