Hi, Our company executes individual house construction projects for our customers'. During the project timelines, I would like to tag the construction sites with a tag "Happho Construction Site" in order for other visitors to easily identify the site location. But since this is a construction site, the tag needs to be there for only a certain period say 6-8 months time. Can anyone please let me know how to do this. Thanks. asked 15 Nov '20, 10:25 Karthik Happho |
The tag As stated on the Please be aware apps and maps that use OpenStreetMap data do not necessarily update very frequently with maps apps often updating only once every month or two. For this reason "temporary" items aren't usually mapped. As with many things in OSM there is no hard rule but the good practice guide recommends that items "should at least be expected to remain unchanged in the next few weeks". I would think 6-8 months should be just about OK as long as you are sure to either remove the objects or update the tagging to reflect the final configuration when the project completes. If you need something that responds more quickly you might be better off having a page on your site that displays something like a UMap map of active projects. answered 15 Nov '20, 11:52 InsertUser |
This is an interesting use-case. We dont have any explicit way of flagging objects needing review at particular dates, but it is certainly practical for data such as your own. If you consistently tag your firm's name in the operator tag and use another tag to store the anticipated completion date in YYYY-MM-DD format it is possible to use Overpass-turbo to search for landuse=construction, operator=, <completion_date>. (I would suggest forecast_end_date, which shows a clear relationship to end_date.). The format of an overpass-query would look something like this:
I've created an example to provide a suitable template (and, incidentally, for my own use!). When performing the updates I presume you'll change the landuse to residential (or delete if already in a residential area), but it may also be nice if you can provide the new address. This would be a benefit for your customers as new home owners often have problems with deliveries at a time when they are inevitably making lots of purchases. answered 15 Nov '20, 13:04 SK53 ♦ |
I agree with InsertUser 's and SK53's answers. But a simple way to point to a location is to use the share link. https://www.openstreetmap.org/?mlat=52.33132&mlon=-0.17397#map=17/52.33132/-0.17397 For a step by step of how to do this see my answer to this one. https://help.openstreetmap.org/questions/25/how-do-i-add-a-marker-to-a-map Sat Nav users can use the mlat and mlon in their sat navs. that is 52.33132 N 0.17397 W so your suppliers should be able to locate your building site. note:- negative values signify South and West answered 15 Nov '20, 12:15 andy mackey |