uMap appears to offer a solution: I wish to display different types of barrier, e.g. kissing gate, gate, stile, etc., over selected and different types of Public Rights of Way (PRoW). Three questions arise:
asked 15 Oct '17, 09:32 silver mapper |
All maps that you create are attached to an account. So they are "your" maps and can be listed when you login. Without login, umap does not know who created the map. In that case you have to remember the links to all maps that you created. There is no need to export the barriers from Overpass and import them later on. You can use Overpass directly from within umap, see Mappa Mercia's blog on how to achieve that. Under shape properties, you can set the icon. On one hand there is the list that you probably saw, but you can also set your own URL to a gif/png/jpg. e.g. https://raw.githubusercontent.com/username/umapicons/master/{species}.jpg By using braces, you can refer to data fields in your data. In this example, the species tag value will become the name of the file. answered 15 Oct '17, 09:52 escada escada I thank you for your immediate and constructive reply. I lack knowledge of how to create or use URLs in such contexts as this and am unsure what your final two sentences mean but will try to put into practice your comments.
(15 Oct '17, 10:27)
silver mapper
1
You will have data with tags such as barrier=stile and barrier=kissing_gate You probably want to have different icons for the two. So you will have e.g. a file stile.jpg and kissing_gate.jpg You place those two files on a website. They will then be accessible via http://host/path/stile.jpg and http://host/path/kissing_gate.jpg host and path depend on the service you are using. Now you can use http://host/path/{barrier}.jpg in your umap (replace host and path with your service). Whenever umap finds a stile-barrier in your data it will display the stile.jpg icon. umap will replace {barrier} with stile if that is the value of the barrier you want to display. This works fine with the Overpass technique explained in Mappa Mercia's blog. Don't know for other data formats you can use with umap. Hope this clarifies the last 2 sentences a bit
(16 Oct '17, 04:46)
escada
escada I appreciate very much your persistence in trying to help me; you understand perfectly what I seek to do. I failed with Mappa Mercia's blog instructions. I have obtained a parish boundary, its footpaths, bridleways, restricted byways, gates, kissing gates and stiles in Overpass Turbo, and copied/imported all as individual layers into uMap. I have coloured the lines and pins appropriately on a monochrome map background, which works well. I possess .jpg images for each barrier type that I created for use in my Locus Map app. I regret I am wholly ignorant in knowing how to get them onto a website. Must the images be a particular size?
(16 Oct '17, 07:39)
silver mapper
1
I don't know whether the images should have a particular size. Don't you have access to a website where you share e.g. your photos such as Flickr, or one of the many others? The drawback is that you cannot always choose the name of your file. This is possible on e.g. the github website I was mentioning.
(16 Oct '17, 10:27)
escada
|
I resorted to two generations down the line: my grandson placed .png images of gates, kissing gates and stiles onto a website and sent me links. I pasted the .urls into uMap successfully and am pleased with the result. In answer to "Must the images be a particular size?", they are sized to fit the standard icons available, it seems. I have learnt so much about uMap in less than a week. I am very impressed with what I have been able to achieve. I consider my three questions asked originally to be satisfied completely and with many thanks to escada. answered 22 Oct '17, 16:15 silver mapper |