NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

In a Libre Office Calc sheet I am trying to gret this to work:-

=HYPERLINK("https://www.openstreetmap.org/#map=19/"&B1)

Column B contains GRid References in the Format AANNNNNNNN e.g TQ43108150

At the moment clicking on the formular does nothing. Am I using thre correct formular and is B1 in the correct format for OPenStreetMap/

I have opened Openstreetmap an dtried entering the grid reference in the search box but this retrurns "No results Founs" so is my searching not correct either?

Any help appreciated

asked 17 Dec '22, 17:51

athegn1's gravatar image

athegn1
11112
accept rate: 0%


OSM URLs are in this format https://www.openstreetmap.org/#map=19/51.85916/1.11641 Where 19 is the zoom level and the next two numbers are longitude and latitude. You can convert what I'm guessing is an OS Grid reference to lat long using a website such as https://webapps.bgs.ac.uk/data/webservices/convertForm.cfm Or https://www.movable-type.co.uk/scripts/latlong-os-gridref.html

permanent link

answered 17 Dec '22, 18:19

EdLoach's gravatar image

EdLoach ♦
19.5k16156280
accept rate: 22%

Thank you for your answer.

I have found:-

https://gridreferencefinder.com/batchConvert/batchConvert.php that batch convert GRid Ref to Lat and Long.

I then pasted the results into columns L and M on my sheet.

I changed the formular to:-

=HYPERLINK("https://www.openstreetmap.org/#map=19/"&L4&"/"&M4)

THed resulting value is:- https://www.openstreetmap.org/#map=19/51.824291/0.84851047

However when double click on the cell M4 illuminates ib Red and Cell M4 is selected in Red, instaed of open OPenstreetmap.

Any advice please?

permanent link

answered 17 Dec '22, 19:03

athegn1's gravatar image

athegn1
11112
accept rate: 0%

Ctrl-click to activate the hyperlink, although it seems a bit fussy.

(17 Dec '22, 20:45) SK53 ♦

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×8
×2

question asked: 17 Dec '22, 17:51

question was seen: 714 times

last updated: 17 Dec '22, 20:45

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum