[Script] WME ClickSaver

I think you’re thinking of WMEPH :slight_smile:

A kind request: I would be really happy to have a button that allows setting (maybe only new streets) to City: none and Street: none without Clicking on the edit button, ticking the 2 checkboxes and clicking on Apply. Those would be a lot of clicks saved :slight_smile:

I do this all the time, the easiest way with CS is to click PLR and the LS. This does what you are asking for in 2 clicks

Hi all,
I’ve been working on incorporating translations into ClickSaver. If anyone would like to take a stab at translating these to other languages (just the stuff inside the quotes), feel free to post it here and I’ll update the script.

roadTypeButtons: {
	St: { title: "Street", text: "St" },
	PS: { title: "Primary Street", text: "PS" },
	mH: { title: "Minor Highway", text: "mH" },
	MH: { title: "Major Highway", text: "MH" },
	Fw: { title: "Freeway", text: "Fw" },
	Rmp:{ title: "Ramp", text: "Rmp" },
	OR: { title: "Off-road / Not maintained", text: "OR" },
	PLR:{ title: "Parking Lot Road", text: "PLR" },
	PR: { title: "Private Road", text: "PR" },
	Fer:{ title: "Ferry", text: "Fer" },
	WT: { title: "Walking Trail (non-drivable)", text: "WT" },
	PB: { title: "Pedestrian Boardwalk (non-drivable)", text: "PB" },
	Sw: { title: "Stairway (non-drivable)", text: "Sw" },
	RR: { title: "Railroad (non-drivable)", text: "RR" },
	RT: { title: "Runway/Taxiway (non-drivable)", text: "RT" }
},
directionButtons: {
	twoWay:  { text: "Two way", title: "Two way"},
	oneWayAB:{ text: "A → B", title: "One way (A → B)" },
	oneWayBA:{ text: "B → A", title: "One way (B → A)" },
	unknown: { text: "?", title: "Unknown"}
},
groundButtonText: "Ground",
multiLockLevelWarning: "Multiple lock levels selected!",
prefs: {
	dropdownHelperGroup: "DROPDOWN HELPERS",
	roadTypeButtons: "Add road type buttons",
	useOldRoadColors: "Use old road colors (requires refresh)",
	setStreetCityToNone: "Set Street/City to None (new PLR only)",
	setStreetCityToNone_Title: "NOTE: Only works if connected directly or indirectly to a segment with State/Country already set.",
	setCityToConnectedSegCity: "Set City to connected segment's City",
	routingTypeButtons: "Add routing type buttons",
	directionButtons: "Add direction buttons",
	elevationButtons: "Add elevation buttons",
	lockButtons: "Add lock buttons",
	parkingCostButtons: "Add PLA cost buttons",
	parkingSpacesButtons: "Add PLA estimated spaces buttons",
	spaceSaversGroup: "SPACE SAVERS",
	inlineRoadType: "Inline road type checkboxes",
	avgSpeedCameras: "Hide Avg Speed Cameras",
	inlineParkingStuff: "Inline parking/payment type checkboxes",
	discussionForumLinkText: "Discussion Forum"
}

Thanks to GabiruUberX, we have most of the Portuguese done (still needs a few lines translated):

roadTypeButtons: {
	St: { title: "Rua", text: "R" },
	PS: { title: "Rua Primária", text: "RP" },
	mH: { title: "Estrada Estadual", text: "Est" },
	MH: { title: "Estrada Federal", text: "F" },
	Fw: { title: "Via Expressa", text: "VE" },
	Rmp:{ title: "Rampa", text: "Rmp" },
	OR: { title: "Não Pavimentado", text: "NPav" },
	PLR:{ title: "Rua de Estacionamento", text: "RE" },
	PR: { title: "Rua Privada", text: "Rp" },
	Fer:{ title: "Balsa", text: "Bal" },
	WT: { title: "Trilha de Pedestres", text: "TP" },
	PB: { title: "Calçadão/Beco/Viela", text: "CBV" },
	Sw: { title: "Escadaria", text: "Esc" },
	RR: { title: "Ferrovia", text: "Fer" },
	RT: { title: "Taxiamento", text: "Tax" }
},
directionButtons: {
	twoWay:  { text: "Mão dupla", title: "Mão dupla"},
	oneWayAB:{ text: "A → B", title: "Mão única (A → B)" },
	oneWayBA:{ text: "B → A", title: "Mão única (B → A)" },
	unknown: { text: "?", title: "Unknown"}
},
groundButtonText: "Ground",
multiLockLevelWarning: "Múltiplos bloqueios de níveis selecionado!",
prefs: {
	dropdownHelperGroup: "SUPORTE DE EDIÇÃO",
	roadTypeButtons: "Adicionar botões de tipo de viass",
	useOldRoadColors: "Use old road colors (requires refresh)",
	setStreetCityToNone: "Set Street/City to None (new PLR only)",
	setStreetCityToNone_Title: "NOTE: Only works if connected directly or indirectly to a segment with State/Country already set.",
	setCityToConnectedSegCity: "Set City to connected segment's City",
	routingTypeButtons: "Add routing type buttons",
	directionButtons: "Adicionar botões de direção da via",
	elevationButtons: "Adicionar botões de elevação",
	lockButtons: "Adicionar botões de bloqueio",
	parkingCostButtons: "Add PLA cost buttons",
	parkingSpacesButtons: "Add PLA estimated spaces buttons",
	spaceSaversGroup: "POUPAR ESPAÇO",
	inlineRoadType: "Inline road type checkboxes",
	avgSpeedCameras: "Esconder \"Radar de velocidade média\"",
	inlineParkingStuff: "Inline parking/payment type checkboxes",
	discussionForumLinkText: "Discussion Forum"
}

Hello MapOMatic,

I have a suggestion / request: could we have a button that will set the following attibutes: Street Type with Unpaved checked?

Thanks.

Czech translation:

roadTypeButtons: {
   St: { title: "Ulice", text: "U" },
   PS: { title: "Silnice III. třídy", text: "III" },
   mH: { title: "Silnice II. třídy", text: "II" },
   MH: { title: "Silnice I. třídy", text: "I" },
   Fw: { title: "Dálnice", text: "D" },
   Rmp:{ title: "Rampa", text: "Rmp" },
   OR: { title: "Nezpevněná/Neudržovaná cesta", text: "N" },
   PLR:{ title: "Ulička na parkovišti", text: "P" },
   PR: { title: "Soukromá cesta", text: "SC" },
   Fer:{ title: "Trajekt", text: "T" },
   WT: { title: "Stezka pro chodce", text: "SCh" },
   PB: { title: "Pěší zóna", text: "PZ" },
   Sw: { title: "Schodiště", text: "S" },
   RR: { title: "Železnice", text: "Žel" },
   RT: { title: "Ranvej", text: "R" }
},
directionButtons: {
   twoWay:  { text: "Obousměrná", title: "Obousměrná"},
   oneWayAB:{ text: "A → B", title: "Jednosměrná (A → B)" },
   oneWayBA:{ text: "B → A", title: "Jednosměrná (B → A)" },
   unknown: { text: "?", title: "Neznámá"}
},
groundButtonText: "Povrch",
multiLockLevelWarning: "Ve výběru je více úrovní zámků.",
prefs: {
   dropdownHelperGroup: "POMOCNÍCI",
   roadTypeButtons: "Tlačítka druhů cest",
   useOldRoadColors: "Původní barvy cest (refresh)",
   setStreetCityToNone: "Nastavit Ulice/Město na Nic (jen P)",
   setStreetCityToNone_Title: "Pozn.: Pracuje, jen když je připojeno k segmentu se zadanou Zemí.",
   setCityToConnectedSegCity: "Nastavit Město podle připojené silnice",
   routingTypeButtons: "Tlačítka priority routingu",
   directionButtons: "Tlačítka směru jízdy",
   elevationButtons: "Tlačítka úrovně segmentu",
   lockButtons: "Zamykací tlačítka",
   parkingCostButtons: "Cena parkování",
   parkingSpacesButtons: "Počet parkovacích míst",
   spaceSaversGroup: "ŠETŘENÍ MÍSTEM",
   inlineRoadType: "Typy cest na jeden řádek",
   avgSpeedCameras: "Skrýt úsekové měření rychlosti",
   inlineParkingStuff: "Typ parkování/placení na řádek",
   discussionForumLinkText: "Fórum"
}

Thanks for the Czech translation! I’ve released version 0.8.2, which includes a new translation technique. It now pulls them from this spreadsheet:
https://docs.google.com/spreadsheets/d/1ZlE9yhNncP9iZrPzFFa-FCtYuK58wNOEcmKqng4sH1M/edit#gid=0

If you would like to add a language, PM me your Google email address and I will give you edit access.

I am using 0.8.2 and it is not working at all for me :frowning:

+1

ClickSaver appears to be broken, at least in Chrome.

I looked in the crtl + shift + j and I am not seeing ClickSaver showing up as an error

I’m using Chrome 59 and CS 0.8.2 is working fine for me.

Same here. Chrome 59 and 0.8.2 working correctly.

Same here. Working fine for me with Chrome 59 and CS 0.8.2.

It works fine with my home computer but not on my work computer.

I have turned every script off but CS and it is still not working. I cleared all cache also.

It was only working every third or 4th refresh for me this morning.

Sent from my iPhone using Tapatalk

If you’re having issues with ClickSaver, please type CTRL+SHIFT+J and look for any errors (red) in the console window. Sometimes they’re obviously related to a specific script and sometimes not so much. So just report anything you find there. Thanks! (and sorry for the troubles)

n4dog – I’ll keep working on it. Might take a while to track down if I can’t reproduce it and no one gets any error reports.

I got a lot of errors. Never knew about this debug feature. So much I still have to learn!

Not sure the best way to share them. Copy/Paste is providing decidedly undesirable results.

You can right click anywhere in the console window and select “Save as…” to save the log to a text file. Then email that to me: mapomatic.waze@gmail.com

Thanks!

I sent them to you.