-
Notifications
You must be signed in to change notification settings - Fork 1
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
My Two Cents #2
Comments
well the name took me almost longer than code writing :) I think the suffix
here I'm +0. The user can use the
yep, I know (and heavily use that plugin) but as you correctly stated in the next poing and in issue #1 maybe an user wants to add some other specific profile data and not elevation one.
this is the how the plugin is designed right? The user has to manually update the map. I thought it was better to let the user make many changes and only then refresh the map view.
correct. I'll open an issue
really? It is python job of
definitely. Do you have a list of other TileMaps urls to add?
also yes, but I'm thinking of how to manage if one of the many vector miss Z values and other potential errors related. But yes.
OK, I thought that addressing the link of the plugin to your page was enough because you listed the original work. Should I change something? We can add a |
nothing more easy than this: https://doc.qt.io/qtcreator/creator-editor-finding.html#advanced-search
if this solution is too complex to code, at least, it would be nice to have a button that directly opens the right processing algorithm, like this https://gis.stackexchange.com/a/160146 (using the
yep, but the main case use of this type of plugins is still to display altitude data..
not so nice when you have to set "manually" style your colors...
it says:
At least there must be a Satellite, Topo and Streets layer (like here), but probably in the future someone might want to use a wms layer loaded directly into qgis.
no, I think I think that's okay (I said so because I saw it on this page)
Ok, I would also add a webpage that shows how to easily add missing elevation data to a track and display it on the map |
there are already 160 download of the plugin, I think changing the name could lead to some confusion. I can change the name in the menu but I wouldn't change the name of the entire plugin. Do you agree?
I'll add a button that opens the algorithm windows directly so that the user can handle all the steps in one place (#4)
what about adding a link to the plugin? So that users that don't have elevation data know where to download them.
still don't get it. Do you mean to auto-update the map at every style change users made?
well, that's rally strange. #5
woooo.. your example is a complex GIS by itself :) #3
yep. I can do this on faunalia.eu or do you have another location in mind? My idea is to provide a kind of small tutorial with all these ideas (download a dem, style you map, ecc). |
As you see fit.
a simple checkbox (next to the update button) that allows you to disable / enable automatic preview updates |
Some other possible future additions:
|
should not be a big problem. https://qgis.org/pyqgis/master/core/QgsVectorFileWriter.html#qgis.core.QgsVectorFileWriter.writeAsVectorFormat
correct. Done in 0ce0aac
isn't already relative? https://github.com/faunalia/trackprofile2web/blob/master/track_profile_2_web_dialog.py#L359 |
Ok, maybe it would be better to assign meaningful names also to the HTML file
I mean, the .geojson file could be saved (optionally) in a folder that is relative to the html file? |
2a68183 done
you mean a folder with geojson within the folder with the html? Like:
|
Yes, something like that. |
First of all I would like to thank you for your interest in choosing the leaflet-elevation.js library, below some of my thoughts about this plugin:
PS although lately I have made several changes to the code, the ideator of the elevation library is Felix “MrMufflon” Bache, at most I might be considered a maintainer...
The text was updated successfully, but these errors were encountered: