AARoads Forum

Non-Road Boards => Off-Topic => Topic started by: Quillz on September 14, 2021, 07:06:06 AM

Title: Making custom maps with Google Maps
Post by: Quillz on September 14, 2021, 07:06:06 AM
I've seen on Fictional Highways, some renumberings/fantasy routes that are made using Google Maps. I've figured out how to do the most basic map editing, but I'm a bit confused from there.

For example, I can draw lines that follow routes, but only if they are driving directions. What I want to do is simply draw lines over routes and then perhaps adjust thickness, color, etc. Have multiple layers so I can denote interstates, US highways, etc.

Is there are fairly basic tutorial anywhere that might go over some of these basics? My previous solution was to just do some editing in Illustrator, but those are literally just lines on a white background, and not dynamic (so I can only work with what was on the original file).
Title: Re: Making custom maps with Google Maps
Post by: Bruce on September 14, 2021, 01:07:53 PM
As long as you're using Google My Maps (https://www.google.com/maps/d/u/0/), it shouldn't be hard. Just click this button:

(https://i.imgur.com/tVp648d.png)

It allows for freehand drawing. If you use the tables (three dots > Open data table), you can set things up so that lines are colored by type.
Title: Re: Making custom maps with Google Maps
Post by: hotdogPi on September 14, 2021, 01:09:22 PM
Quote from: Bruce on September 14, 2021, 01:07:53 PM
As long as you're using Google My Maps (https://www.google.com/maps/d/u/0/), it shouldn't be hard. Just click this button:

(https://i.imgur.com/tVp648d.png)

It allows for freehand drawing. If you use the tables (three dots > Open data table), you can set things up so that lines are colored by type.

He wants them to follow the road perfectly.
Title: Re: Making custom maps with Google Maps
Post by: Quillz on September 14, 2021, 03:25:13 PM
Quote from: 1 on September 14, 2021, 01:09:22 PM
Quote from: Bruce on September 14, 2021, 01:07:53 PM
As long as you're using Google My Maps (https://www.google.com/maps/d/u/0/), it shouldn't be hard. Just click this button:

(https://i.imgur.com/tVp648d.png)

It allows for freehand drawing. If you use the tables (three dots > Open data table), you can set things up so that lines are colored by type.

He wants them to follow the road perfectly.
Yes. If I do driving directions, it works. Lines will follow real roads. That's what I'm trying to do.
Title: Re: Making custom maps with Google Maps
Post by: Quillz on September 14, 2021, 04:50:56 PM
Quote from: Bruce on September 14, 2021, 01:07:53 PM
As long as you're using Google My Maps (https://www.google.com/maps/d/u/0/), it shouldn't be hard. Just click this button:

(https://i.imgur.com/tVp648d.png)

It allows for freehand drawing. If you use the tables (three dots > Open data table), you can set things up so that lines are colored by type.
Thanks, that's a good start. That is partially what I'm looking for.
Title: Re: Making custom maps with Google Maps
Post by: Scott5114 on September 14, 2021, 04:54:42 PM
If you want lines that follow existing roads and you want to draw new roads too...the best option may be to use QGIS and a GIS highway layer from your state DOT.
Title: Re: Making custom maps with Google Maps
Post by: Quillz on September 14, 2021, 05:16:24 PM
Quote from: Scott5114 on September 14, 2021, 04:54:42 PM
If you want lines that follow existing roads and you want to draw new roads too...the best option may be to use QGIS and a GIS highway layer from your state DOT.
Yes, I may have to do this. I used to use ArcGIS in college but it's not free. I'll try this one out.
Title: Re: Making custom maps with Google Maps
Post by: usends on September 14, 2021, 05:59:18 PM
This is what I've done on some of my Google maps, sounds like it may be what you're looking for:
1. Set up driving directions along the route you want to draw.
2. Export to kmz/kml
3. Import your kmz/kml file (either to your existing map or to a new map).
4. That brings separate, editable elements into a new layer: the route, the start point, and the end point.  You can delete the terminus points, leaving you with just the road line that you want.  You can adjust the line weight, color, etc.
Title: Re: Making custom maps with Google Maps
Post by: Quillz on September 14, 2021, 07:30:31 PM
Quote from: usends on September 14, 2021, 05:59:18 PM
This is what I've done on some of my Google maps, sounds like it may be what you're looking for:
1. Set up driving directions along the route you want to draw.
2. Export to kmz/kml
3. Import your kmz/kml file (either to your existing map or to a new map).
4. That brings separate, editable elements into a new layer: the route, the start point, and the end point.  You can delete the terminus points, leaving you with just the road line that you want.  You can adjust the line weight, color, etc.
Oh, nice, this is pretty much exactly what I wanted. This might still be slower than trying to make some adjustments via qGIS, but this will work for now.