Skip to content
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

Dropping Pins or Markers on the Map #202

Open
edyson07 opened this issue May 8, 2024 · 4 comments
Open

Dropping Pins or Markers on the Map #202

edyson07 opened this issue May 8, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@edyson07
Copy link

edyson07 commented May 8, 2024

Is your feature request related to a problem? Please describe.
I track storms for friends and family all over the country. Currently, I have to cross-reference another map to know where they're at so that I can make accurate predictions based on their location.

Describe the solution you'd like
I'd like the ability to drop pins or markers on the map (similar to GR's "home" and "marker"). A hotkey like Alt+Click could place a pin on the map where the cursor currently is. Further enhancements could include selecting and measuring from the pin.

Describe alternatives you've considered
N/A

Additional context
N/A

@edyson07 edyson07 added the enhancement New feature or request label May 8, 2024
@HarvestSnowpaw
Copy link

I would love this functionality! I too like to keep an eye on friends and family and that would make things much easier!

@JoshCodeStuff
Copy link

I second this! Also maybe adding a feature that allows you to "save" a default map view in a specific place, rather than a station.

@AdenKoperczak
Copy link
Contributor

This would be a great feature, but if you want markers now, placefiles can do it. Bellow is a template I put together for this. {title} is the title that Supercell-WX will display, {path_to_icon} is a path or URL to a 16x16 PNG (noting that using a path does not seem to work on Linux). {lat*}, {lon*}, and {name*} are a latitude, longitude, and name (tool-tip) respectively for a location. You can get the coordinates by hovering your mouse over a location on Supercell-WX, and hitting CTRL-C. You can add as many locations as you want. Just put this into a .txt file someplace on your computer, and add it to Supercell-WX as a placefile, and you are good.
There is a lot more you could do. Here is the placefile specification, if you want to take a look: https://www.grlevelx.com/manuals/gis/files_places.htm.

Title:          {title}
Threshold:      600
RefreshSeconds: 86400
Color:          255, 255, 255
IconFile:       1, 15, 15, 8, 8, {path_to_icon}
Font:           1, 11, 1, "Arial"

Icon: {lat1}, {lon1}, 0, 1, 1, "{name1}"
Icon: {lat2}, {lon2}, 0, 1, 1, "{name2}"
Icon: {lat3}, {lon3}, 0, 1, 1, "{name3}"

@BrentM-USA
Copy link

Thank you for suggesting placefiles and providing the template. My only (brief) trouble was discovering how to enable the placefile after I added it (clicking the box in the E column). Now I have pins on my map. I am pleased.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants