Author Topic: system colors for tourist routes  (Read 938 times)

0 Members and 1 Guest are viewing this topic.

Offline Jim

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 2886
  • Last Login:Today at 06:43:44 am
Re: system colors for tourist routes
« Reply #15 on: February 18, 2025, 10:22:51 pm »
I've updated tmtest to use vdeane's suggested purple color for US state highway systems, switching usaib back to TMgreen.  I think it looks good!

Offline vdeane

  • Sr. Member
  • ****
  • Posts: 443
  • Gender: Female
  • Last Login:Yesterday at 10:23:26 pm
    • New York State Roads
Re: system colors for tourist routes
« Reply #16 on: February 18, 2025, 11:32:21 pm »
I've updated tmtest to use vdeane's suggested purple color for US state highway systems, switching usaib back to TMgreen.  I think it looks good!
Nice.  I think I figured out why it was harder to see - needed some tweaking of the unclinched color.  I think I managed to achieve a similar balance to TM brown (I even literally compared the testing RI to regular RI and kept adjusting until it looked like it was only a different color, not darker).

https://tmtest.teresco.org/user/mapview.php?units=miles&u=vdeane&rg=RI&colors=usari:rgb(200,130,180):rgb(170,100,150)

https://tmtest.teresco.org/user/mapview.php?units=miles&u=vdeane&rg=PA&colors=usapa:rgb(200,130,180):rgb(170,100,150)

I imagine that we'll want to change Canada as well?  tmtest only has the change on US regions right now.

Actually, there might even be cause to go one step darker on the clinched:

https://tmtest.teresco.org/user/mapview.php?units=miles&u=vdeane&rg=RI&colors=usari:rgb(200,130,180):rgb(160,90,140)
Please note: All comments here represent my own personal opinion and do not reflect the official position of NYSDOT or its affiliates.

Offline Jim

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 2886
  • Last Login:Today at 06:43:44 am
Re: system colors for tourist routes
« Reply #17 on: February 19, 2025, 07:46:18 am »
Thanks, I think those are nice improvement.  I updated tmtest to use the "one step darker" version of TMpurple.

Let's see what some others think about the potential change, both in the color codes used for TMpurple and TMgreen and the use of the new TMpurple for state systems in the US.  I agree we'd probably make a similar change for Canada provincial routes.

Offline the_spui_ninja

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 824
  • Last Login:Yesterday at 04:33:39 pm
  • THE Western SD Highway Nut
Re: system colors for tourist routes
« Reply #18 on: February 19, 2025, 09:47:58 am »
Looks fine to me!
An adventure is only an inconvenience rightly considered. An inconvenience is only an adventure wrongly considered. - G.K. Chesterton

Offline michih

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 4997
  • Last Login:Yesterday at 12:35:31 pm
Re: system colors for tourist routes
« Reply #19 on: February 19, 2025, 12:33:30 pm »
The darker TMgreen is fine to me. It seems that you only updated the system color but not the "concurrencies color". Is that on purpose?

Offline Jim

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 2886
  • Last Login:Today at 06:43:44 am
Re: system colors for tourist routes
« Reply #20 on: February 19, 2025, 01:45:43 pm »
The darker TMgreen is fine to me. It seems that you only updated the system color but not the "concurrencies color". Is that on purpose?

Didn't even think about that one.  I'm happy to make changes there too if that's of interest.

Offline michih

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 4997
  • Last Login:Yesterday at 12:35:31 pm
Re: system colors for tourist routes
« Reply #21 on: February 19, 2025, 02:48:53 pm »
The darker TMgreen is fine to me. It seems that you only updated the system color but not the "concurrencies color". Is that on purpose?

Didn't even think about that one.  I'm happy to make changes there too if that's of interest.

I've just seen that we have two green tones:
Code: [Select]
colorCodes[5] = { name: "TMgreen", unclinched: "rgb(100,200,100)", clinched: "rgb(0,224,0)" };
colorCodes[9] = { name: "TMdarkgreen", unclinched: "rgb(61,94,77)", clinched: "rgb(24,132,70)" };

TMdarkgreen is currently not used in systems.csv. If you'd simple apply your tmtest settings for TMdarkgreen, we could change the systems.csv entries for those systems we want to change it.
37 systems do currently have TMgreen. I don't think that we need to change anything outside of the US.

Offline SSOWorld

  • Sr. Member
  • ****
  • Posts: 254
  • Last Login:Yesterday at 07:25:13 pm
Re: system colors for tourist routes
« Reply #22 on: February 19, 2025, 09:34:16 pm »
The darker TMgreen is fine to me. It seems that you only updated the system color but not the "concurrencies color". Is that on purpose?

Didn't even think about that one.  I'm happy to make changes there too if that's of interest.

I've just seen that we have two green tones:
Code: [Select]
colorCodes[5] = { name: "TMgreen", unclinched: "rgb(100,200,100)", clinched: "rgb(0,224,0)" };
colorCodes[9] = { name: "TMdarkgreen", unclinched: "rgb(61,94,77)", clinched: "rgb(24,132,70)" };

TMdarkgreen is currently not used in systems.csv. If you'd simple apply your tmtest settings for TMdarkgreen, we could change the systems.csv entries for those systems we want to change it.
37 systems do currently have TMgreen. I don't think that we need to change anything outside of the US.
I would suggest changing primary provincial/territorial routes in Canada to stay consistent with USA.  Secondaries of both countries are yellow.  Though having not looked at Europe too much because of the density of road documentation there - I'm sure there are differences by region.
Completed:
* Systems: DC, WI
* by US State: AK: I; AZ: I; AR: I; DE: I; DC: I, US, DC; HI: I; IL: I; IN: I*; IA: I, KS: I; MD: I, MA: I, MI: I; MN: I; MO: I; NE: I; NJ, I; ND: I; OH: I; OK: I; PA: I; RI: I; SD: I; WA: I; WV: I; WI: I,US,WI;

*Previously completed

Offline neroute2

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 1181
  • Last Login:Today at 05:06:24 am
Re: system colors for tourist routes
« Reply #23 on: February 19, 2025, 09:51:12 pm »
If we decide on something standard, I can change Central/South America and parts of Southeast Asia to match.

Offline vdeane

  • Sr. Member
  • ****
  • Posts: 443
  • Gender: Female
  • Last Login:Yesterday at 10:23:26 pm
    • New York State Roads
Re: system colors for tourist routes
« Reply #24 on: February 19, 2025, 09:57:44 pm »
The darker TMgreen is fine to me. It seems that you only updated the system color but not the "concurrencies color". Is that on purpose?

Didn't even think about that one.  I'm happy to make changes there too if that's of interest.

I've just seen that we have two green tones:
Code: [Select]
colorCodes[5] = { name: "TMgreen", unclinched: "rgb(100,200,100)", clinched: "rgb(0,224,0)" };
colorCodes[9] = { name: "TMdarkgreen", unclinched: "rgb(61,94,77)", clinched: "rgb(24,132,70)" };

TMdarkgreen is currently not used in systems.csv. If you'd simple apply your tmtest settings for TMdarkgreen, we could change the systems.csv entries for those systems we want to change it.
37 systems do currently have TMgreen. I don't think that we need to change anything outside of the US.
I mean, eure and other systems (I believe there are a couple of countries in South America that use green as well) IMO would look nicer with the newer green; something about the current green seems overly bright compared to the other colors.  Plus it looks closer to the route colors in the real world.
Please note: All comments here represent my own personal opinion and do not reflect the official position of NYSDOT or its affiliates.

Offline michih

  • TM Collaborator
  • Hero Member
  • *****
  • Posts: 4997
  • Last Login:Yesterday at 12:35:31 pm
Re: system colors for tourist routes
« Reply #25 on: Yesterday at 12:28:40 pm »
I think that Europe is fine as it is. Dark green is too close to blue/teal what is tier 1/2.

Offline vdeane

  • Sr. Member
  • ****
  • Posts: 443
  • Gender: Female
  • Last Login:Yesterday at 10:23:26 pm
    • New York State Roads
Re: system colors for tourist routes
« Reply #26 on: Yesterday at 05:38:21 pm »
I think that Europe is fine as it is. Dark green is too close to blue/teal what is tier 1/2.
Personally, I think the new green is easier to see than the bright green in use on the main site now.  It's contrast with blue is fine, and while it is closer to teal, I can still easily tell them apart.

Since the new green is on tmtest even for Europe, feel free to check it out.  Italy and Russia struck me as particularly good regions to check (Russia especially as the Europe select freeways don't seem to be much more common than the American ones, so it's hard to find instances where they go near each other elsewhere).
Please note: All comments here represent my own personal opinion and do not reflect the official position of NYSDOT or its affiliates.