|
2009-09-12
, 12:49
|
|
Posts: 245 |
Thanked: 62 times |
Joined on Jan 2009
@ Bad Homburg, Deutschland
|
#2
|
|
2009-09-12
, 13:01
|
|
Posts: 178 |
Thanked: 53 times |
Joined on Jul 2007
@ Ireland
|
#3
|
|
2009-09-12
, 13:06
|
|
Posts: 178 |
Thanked: 53 times |
Joined on Jul 2007
@ Ireland
|
#5
|
|
2009-09-12
, 13:09
|
Posts: 271 |
Thanked: 220 times |
Joined on Sep 2009
|
#7
|
|
2009-09-12
, 13:19
|
|
Posts: 245 |
Thanked: 62 times |
Joined on Jan 2009
@ Bad Homburg, Deutschland
|
#8
|
The Following User Says Thank You to nowave7 For This Useful Post: | ||
|
2009-09-12
, 13:24
|
|
Posts: 178 |
Thanked: 53 times |
Joined on Jul 2007
@ Ireland
|
#9
|
Not sure as notepad++ could do this (it could using regex, but no regex allowed ). M$ Word has an option to find wildcards, so if you have that on Win or OS X you could try that if you dont want to learn regex.
|
2009-09-12
, 14:00
|
|
Posts: 178 |
Thanked: 53 times |
Joined on Jul 2007
@ Ireland
|
#10
|
I'm trying to import gpx maps into maemo mapper using a combination of plotting routes on the likes of Gmap Pedometer and Bike Route Toaster and then using GMapToGPX to convert the results into gpx files.
I then edit the resulting gpx file to rename element names to more maemo-mapper friendly element names.
So <rte> becomes <trk> and <rtept> becomes <trkpt> using a simple find and replace in any text editor.
Unwanted <ele>0</ele> nodes are stripped out again using a find and replace.
However I'm left with a load of <name> Turn # </name> nodes where # is a number starting with 1 and goes on sequentially.
If there's a lot of turns it's painful to delete them manually.
Hence my requirement for a text editor that supports wildcard find and replace.