Select to view content in your preferred language

Basemap with street/traffic direction

394
4
Jump to solution
11-14-2024 10:36 AM
Labels (1)
mikaël
Frequent Contributor

Hi,

Is there a basemap that exists for the map viewer that contains the street direction (one way streets), like there is on google maps?

Sorry if the info exists, I was not able to find anything.

Thanks!

0 Kudos
1 Solution

Accepted Solutions
MappyIan
Frequent Contributor

Hey @mikaël, we noticed that the Esri hosted OSM basemaps don't include the one-way direction arrows (even though the information is available in OSM).  What we did was:

  • extract line features for our area of interest directly from OSM where oneway=yes,
  • load them in to ArcGIS Pro,
  • style them as directional arrows,
  • upload to ArcGIS Online,
  • publish as a Vector Tile Layer,
  • and finally combine this with the default OSM basemap.

It's not ideal because the directional markers have to be updated separately so could get out of sync with the basemap but it was the best we could do.  I note that Esri have stopped updating the OSM basemaps now too, so maybe in the new Overture based basemaps will include the directional markers (we can but hope).

Hope this helps.

View solution in original post

4 Replies
Kelly_G
Emerging Contributor

Try Open StreetMaps roads layer. Here is a link to one that Esri hosts : https://arcg.is/0SPPSK0

If you want to connect to the data directly try Overture maps or OpenStreetMap where oneway is a field: https://www.openstreetmap.org/

0 Kudos
mikaël
Frequent Contributor

Hi,

Thanks for the suggestion.

I played with the feature layer a bit and there is an "oneway" field. But the table is so huge (53M rows), that it basically fails when I try to filter it or cut/join the data to just retain data for my work area.

Also, there are no arrow symbols on the , so I'm not sure how I would map the "oneway" field, I'd have to try if I could get it to work.

0 Kudos
MappyIan
Frequent Contributor

Hey @mikaël, we noticed that the Esri hosted OSM basemaps don't include the one-way direction arrows (even though the information is available in OSM).  What we did was:

  • extract line features for our area of interest directly from OSM where oneway=yes,
  • load them in to ArcGIS Pro,
  • style them as directional arrows,
  • upload to ArcGIS Online,
  • publish as a Vector Tile Layer,
  • and finally combine this with the default OSM basemap.

It's not ideal because the directional markers have to be updated separately so could get out of sync with the basemap but it was the best we could do.  I note that Esri have stopped updating the OSM basemaps now too, so maybe in the new Overture based basemaps will include the directional markers (we can but hope).

Hope this helps.

mikaël
Frequent Contributor

That seems like a good enough workaround.

Thank you!

0 Kudos