Community of MapPoint and Bing Maps Users and Developers
This is a discussion on How To: Mapki Icon Image sets within the MapForums Plus Downloads forums, part of the MapForums Plus category; This site has a number of static icon images sets which can be imported into MapPoint.. Icon Image Sets - ...
| |||||||
| Today's Posts | Twitter Feed | Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| How To: Mapki Icon Image sets Icon Image Sets - Google Mapki The icons are all in png format so there are a number of steps to convert to MapPoint, but with a little automation it is fairly quick. Note that I used HyperSnap - it is a very versatile image capture and processing utility I've always liked. It has a number of command-line options which allow you to control it's behavior and use it from batch scripts. First download and unzip a set into a directory. Create list of the files using the dir command "dir /b > list.txt". e.g. blank.png marker.png marker0.png ... Paste this list into Excel and use a formula like this to construct the batch file commands which call HyperSnap. =CHAR(34)&"C:\Program Files\HyperSnap 6\hprsnap6.exe" & CHAR(34) & " -open:"&A1&".png -save:bmp "&A1&".bmp" The resulting batch file should look something like this: "C:\Program Files\HyperSnap 6\hprsnap6.exe" -open:blank.png -save:bmp blank.bmp "C:\Program Files\HyperSnap 6\hprsnap6.exe" -open:marker.png -save:bmp marker.bmp "C:\Program Files\HyperSnap 6\hprsnap6.exe" -open:marker0.png -save:bmp marker0.bmp ... pause Then these need to be importing into MapPoint.. if there were a lot or I was doing this regularly, I would write a little program in Excel VBA which would import all of them, but I was lazy and just clicked 112 times to import them all manually.. doh! See example attached, this is: "Numbered Markers, 0 to 99 by Prime Suspect. 112 markers total (single and double-digits for 0-9, plus default and blank markers)." I also attached a few of the markers so you can see what they look like.. 1, 2, 99. hope someone finds this useful! Let me know if you have any suggestions. Eric
__________________ Last edited by Eric Frost; 10-21-2008 at 01:31 PM.. |
| ||||
| Re: How To: Mapki Icon Image sets
I thought about this later -- Load Custom Symbols Would have saved me a lot of clicking! It loads custom symbols in batch. Have a lot of custom symbols to add? This small utility will allow you to add custom symbols to MapPoint in "batch mode" Eric
__________________ |
![]() |
| Tags |
| icon, image, mapki, sets |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Icon format for pushpins on maps | iansilv | Bing Maps and MapPoint Web Service | 0 | 08-18-2008 12:52 PM |
| Need help with Custom Icon Add-In | PMACAFEE | MapPoint Desktop Discussion | 3 | 11-27-2006 09:14 PM |
| MP web services image quality, can we improve image quality? | Anonymous | MapPoint Desktop Discussion | 1 | 02-08-2005 10:54 AM |
| Use icon other than pushpin | Anonymous | MapPoint Desktop Discussion | 1 | 12-11-2004 04:15 PM |
| Icon Size | XRoK | MapPoint Desktop Discussion | 1 | 06-18-2004 10:34 AM |