Jump to content

robloranger

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by robloranger

  1. another small update v1.36 changelog - released feb. 23, 2013 *new coastline, fixing rivers and streams meeting it as well as accuracy of coast line *park updates; gowlland tod, lone tree, thetis lake, layritz, glendale gardens, camosun interurban. including added parking lots (only free ones, none of the payed lots), removed old closed trails, private property infringements and dangerous trails (specifically in gowlland tod, where i personally witnessed large falling boulders).
  2. just letting everyone know, there is a newer version available now. v1.35 changes include adding remaining provincial and federal parks, newer road data as well as zoom level improvements (reducing clutter when zooming out) plus addition of rapids and waterfalls on large rivers and also some visual customization on roads, trails etc. check out the changelog and download here visit the site
  3. i recommend locus, they have a free version and support downloading map tiles for offline use. so you could download the tiles for the area you are traveling to. they also have built in geocaching support. view at android play store
  4. I just downloaded your map and it appears a significant portion of the data in your map is from OpenStreetMap. I know, because I recognize a significant number of features that I personally mapped out and added or have worked with in the Victoria area. You haven't mentioned anywhere that you're using this data, which you're legally bound to do by the OpenStreetMap license: There isn't a problem with you using this data, but you do need to credit those who made it possible. They've put a lot of work into it and deserve to be credited and respected. taken care of i originally was just making a map for myself and and forgot some things in the excitement of sharing. osm is now listed in the contributors section of the about page and also mentioned in the license agreement when installing, and included in the other mapset archives
  5. that would be awesome, i don't have a mac myself. i just used garmin's map converter to convert my installed mapset to a mac format and zipped it. it may just be the copy of osm's data i got, if you give me the area i can go in and edit that specifically and then release a patch for the map tiles. some of the data from osm seems to be duplicate, i'm not sure why really. i considered just removing it all together to clean up a bit but then there would be very few trails for the time being. i was looking around parks in v1.2 and it seems that there are also a number of trails (from osm) which are actually old resource roads (from my road data) in which case i will just edit these areas over time, cutting out the trail where the old roads are. or, hurray for first user input, what does everyone think.. should i remove the road or the trail where two overlap? would you prefer the trail with it's common name or an unpaved road? i'm thinking the consensus may be for the trail to take priority. on another note, v1.2 is now ready! i'm uploading it now, should be ready for download in about half an hour.. it's going slow. if you used the installer (exe) for v1.1, please uninstall it first. from this version on, including small patches, the installer will be able to just update over top. i forgot something in the first one that prevents me from doing it this time around. there is again a mac version, windows installer and tarball for other operating systems. i was playing with making a magellan version, it's possible but a lot more work than i was hoping so it may be further down the road than i hoped.
  6. mac compatible version is now available as a zip archive, garmin mapmanager is required to install and mapinstall to put it on your gps. test it out
  7. that's a good idea, will do thanks and yes i am, for now anyway. i'm using it sort of as a temporary trail system until i get my own in. the crd has a data set of their trails which i am going to implement later this year. i'm hoping other districts have the same type of data available. plus some trails i have already gone out and traced myself, deleting the original osm traces as i go. thanks for the interest and stay tuned. as i write this i am rebuilding my contours with proper elevation and labels. plus having all but major contour lines disappear sooner when zooming out. as well i am going to add the rest of the small islands between van isle and the coast.
  8. i made a sample screen image, it seems that a lot of waterbodies are showing in basecamp, but for some reason they are missing in most of the south island. still fixed in v1.2 though.
  9. it's probably just norton being cautious as i don't have a digital certificate to verify my executable. **edit: i'm working on getting a code signing certificate now** i'll post the installer script if you want to see what's in it. i haven't seen naniamo's online map yet, thanks for the link though, i'll check it out. the crd has one like it i think. crd atlas. i am however waiting for naniamo regional's response on a request for some gis data of parks and trails but they have yet to respond. i may have to try them again as it was about two or three weeks ago. i used inno setup 5 to make the installer, this is the entire script. [setup] AppName=Robs TOPO AppVersion=1.1 DefaultDirName={pf}\RobsTOPOv1.1 DefaultGroupName=Robs TOPO v1.1 Compression=lzma2 SolidCompression=yes OutputDir=installer OutputBaseFilename=RobsTOPOv1.1 LicenseFile=license.txt [Files] Source: "installer\imgs\*"; DestDir: "{app}" [icons] Name: "{group}\View the website"; Filename: "http://www.robloranger.ca/vanisle_map.html" Name: "{group}\Remove Robs TOPO v1.1"; Filename: "{uninstallexe}" [Registry] Root: HKLM; Subkey: "SOFTWARE\Garmin\MapSource\Families\RobsTOPO"; ValueType: binary; ValueName: "ID"; ValueData: "e8 00"; Flags: uninsdeletevalue; Root: HKLM; Subkey: "SOFTWARE\Garmin\MapSource\Families\RobsTOPO"; ValueType: string; ValueName: "IDX"; ValueData: "{app}\RobsTOPO.mdx"; Flags: uninsdeletevalue; Root: HKLM; Subkey: "SOFTWARE\Garmin\MapSource\Families\RobsTOPO"; ValueType: string; ValueName: "MDR"; ValueData: "{app}\RobsTOPO_mdr.img"; Flags: uninsdeletevalue; Root: HKLM; Subkey: "SOFTWARE\Garmin\MapSource\Families\RobsTOPO\1"; ValueType: string; ValueName: "LOC"; ValueData: "{app}\"; Flags: uninsdeletevalue; Root: HKLM; Subkey: "SOFTWARE\Garmin\MapSource\Families\RobsTOPO\1"; ValueType: string; ValueName: "BMAP"; ValueData: "{app}\RobsTOPO.img"; Flags: uninsdeletevalue; Root: HKLM; Subkey: "SOFTWARE\Garmin\MapSource\Families\RobsTOPO\1"; ValueType: string; ValueName: "TDB"; ValueData: "{app}\RobsTOPO.tdb"; Flags: uninsdeletevalue; Check: IsWin64; Root: HKLM; Subkey: "SOFTWARE\Wow6432Node\Garmin\MapSource\Families\RobsTOPO"; ValueType: binary; ValueName: "ID"; ValueData: "e8 00"; Flags: uninsdeletevalue; Check: IsWin64; Root: HKLM; Subkey: "SOFTWARE\Wow6432Node\Garmin\MapSource\Families\RobsTOPO"; ValueType: string; ValueName: "IDX"; ValueData: "{app}\RobsTOPO.mdx"; Flags: uninsdeletevalue; Check: IsWin64; Root: HKLM; Subkey: "SOFTWARE\Wow6432Node\Garmin\MapSource\Families\RobsTOPO"; ValueType: string; ValueName: "MDR"; ValueData: "{app}\RobsTOPO_mdr.img"; Flags: uninsdeletevalue; Check: IsWin64; Root: HKLM; Subkey: "SOFTWARE\Wow6432Node\Garmin\MapSource\Families\RobsTOPO\1"; ValueType: string; ValueName: "LOC"; ValueData: "{app}\"; Flags: uninsdeletevalue; Check: IsWin64; Root: HKLM; Subkey: "SOFTWARE\Wow6432Node\Garmin\MapSource\Families\RobsTOPO\1"; ValueType: string; ValueName: "BMAP"; ValueData: "{app}\RobsTOPO.img"; Flags: uninsdeletevalue; Check: IsWin64; Root: HKLM; Subkey: "SOFTWARE\Wow6432Node\Garmin\MapSource\Families\RobsTOPO\1"; ValueType: string; ValueName: "TDB"; ValueData: "{app}\RobsTOPO.tdb"; Flags: uninsdeletevalue;
  10. i just finished v1.1 of my map of vancouver island, it's not really southern bc though. although once i am done with the island i want to move on to making the whole province.
  11. so i wanted a great topo map for my garmin gps, i tried some others out there and they are good but didn't have it all so to speak. so i set about making my own, i am at version 1.1 which has contours at 10m, hydrographic features like lakes and rivers, roads/logging roads, trails, parks boundaries for capital, comox and cowichan regional districts. plus a bunch of place names, waterfalls/dams and mountains etc. the only bug so far in v1.1 is the lakes and other waterbodies, like wide rivers, don't display in garmins basecamp. they are there though, they work in the gps. it is fixed as of the next version but as compilation takes a long time i am waiting to get some other changes done before putting out another release. check out the page
×
×
  • Create New...