|
|
09-12-2009
, 08:49 AM
|
|
|
Posts: 241 |
Thanked: 56 times |
Joined on Jan 2009
@ Novi Sad, Serbia
|
#2
|
|
|
09-12-2009
, 09:01 AM
|
|
|
Posts: 175 |
Thanked: 52 times |
Joined on Jul 2007
@ Ireland
|
#3
|
|
|
09-12-2009
, 09:06 AM
|
|
|
Posts: 175 |
Thanked: 52 times |
Joined on Jul 2007
@ Ireland
|
#5
|
|
|
09-12-2009
, 09:09 AM
|
|
Posts: 271 |
Thanked: 220 times |
Joined on Sep 2009
|
#7
|
|
|
09-12-2009
, 09:19 AM
|
|
|
Posts: 241 |
Thanked: 56 times |
Joined on Jan 2009
@ Novi Sad, Serbia
|
#8
|
). 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.
| The Following User Says Thank You to nowave7 For This Useful Post: | ||
|
|
09-12-2009
, 09:24 AM
|
|
|
Posts: 175 |
Thanked: 52 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.
. Guess I'll just have to persevere. How hard can it be.
|
|
09-12-2009
, 10:00 AM
|
|
|
Posts: 175 |
Thanked: 52 times |
Joined on Jul 2007
@ Ireland
|
#10
|
.
.
![]() |
| Thread Tools | Search this Thread |
|
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.