Skip to content

Temporary snap marker creation should ignore spaces in coordinates #4347

@killakalle

Description

@killakalle

To reproduce

  • Open Google Maps
  • Click on the map to create a marker
  • Copy the coordinates, e.g. "40.094042, -0.018727"
Image
  • theCrag: Open the crag Locate menu
  • Paste the coordinates into temporary snap marker field
Image
  • Click "Temporary Snap Marker"

Expected

  • Temporary snap marker created
  • (ignore spaces before, after and between coordinate values)

Actual

  • Syntax error
  • Difficult for average user to find out what the issue is
Image

To work around the problem, you have to remove the space between the values

  • does not work: "40.094042, -0.018727"
  • works: "40.094042,-0.018727"
Image

This is unnecessarily restrictive with poor user feedback. I believe this used to work in the past because I've always just copied the values straight from Google Maps without changing them (unless Google Maps changed their format recently)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions