preview page: update buttons #1
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: organicmaps/url-processor#1
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "preview-page-layout"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
coordinates
Signed-off-by: Andrei Kartashev a.s.kartashev@gmail.com
There are several issues:
I decide to return to initial layout, but cleanup it a bit.
@ -221,3 +126,2 @@
var marker = L.marker([lat, lon], {icon: POI_Icon}).addTo(map);
marker.bindPopup('${name}');//.openPopup();
const marker = L.marker([lat, lon]).addTo(map);
No, we can not remove om:// link. It is the only way to open https://omaps.app links on many androids and iOS devices where it's not open by default from the app.
@ -221,3 +126,2 @@
var marker = L.marker([lat, lon], {icon: POI_Icon}).addTo(map);
marker.bindPopup('${name}');//.openPopup();
const marker = L.marker([lat, lon]).addTo(map);
Is it? I was sure "geo:" link is enough, since it shows "open with" dialog where one can choose OM or any other application.
Why is it removed for mobiles?
I believe, there is no any value to open OSM in browser on mobile when you have geo link. My initial intention was to minimize number of interface elements since now it look overloaded.
Are you sure, we should show coordinates without any keywords? I tried it first, but looks a bit ugly....
The main goal of this stub is to allow users to see the POI and open it anywhere. Overloading is not important, opening and understanding what POI was shared is important.
Not actual anymore
Pull request closed