Home | Download | Forums | Post File | Query | Screenshots | Stats | Uploads | Web Maps | MapPacks/Trees | Wiki

[Home]History of MapPacks

HomePage | RecentChanges | Preferences


Revision 16 . . January 22, 2005 2:53 pm CST by Uhtu [* despam]
Revision 15 . . January 22, 2005 1:08 pm CST by 200.41.109.56
Revision 14 . . January 11, 2005 11:25 am CST by Uhtu [* despam]
Revision 13 . . January 11, 2005 10:56 am CST by 196.28.48.100
Revision 12 . . January 11, 2005 9:01 am CST by 196.28.48.100
Revision 11 . . January 10, 2005 6:20 pm CST by Uhtu [* despam]
Revision 10 . . January 10, 2005 5:49 pm CST by 66.192.30.22
Revision 9 . . December 31, 2004 7:40 am CST by Uhtu [* fixing izzy's software's name]
  

Difference (from prior major revision) (no other diffs)

Changed: 1,130c1,63
paper shredder

[paper shredder]
[paper shredder]
[paper shredder]
[paper shredder]
[paper shredder]
[paper shredder]
[paper shredder]
[paper shredder]
[paper shredder]
[paper shredder]
[paper shredder]
[paper shredder]
[paper shredder]
[paper shredder]
[paper shredder]
[paper shredder]


prozac

[prozac]


real estate advertising

[real estate advertising]


sauna

[sauna equipment]
[sauna room]
[sauna equipment]
[sauna kit]
[sauna heater]
[sauna heater]
[sauna kit]
[home sauna]
[home sauna]
[sauna room]


skin

[skin care tip]
[dry skin]
[skin disease]
[dry skin]
[skin care tip]
[serious skin care]
[skin treatment]
[skin treatment]
[skin care tip]
[serious skin care]
[skin disease]
[dry skin]
[skin disease]
[skin treatment]
[skin treatment]
[skin disease]
[skin disease]
[skin treatment]
[skin disease]
[skin treatment]
[skin treatment]
[skin treatment]
[skin treatment]
[skin disease]


skin care

[sothys skin care]
[skin care]
[skin care]


small business

[small business plan]
[government grants for small business]
[how to start a small business]
[small business marketing]
[small business services]
[starting a small business]
[small business resource]
[small business idea]
[small business web design]
[small business grants]
[small business software]
[small business management]
[small business opportunity]
[web hosting small business]
[small business information]
[small business startup]
[small business credit]
[small business hosting]
[small business start up]
[small business franchise]
[small business finance]
[small business for sale]
[small business solution]
[small business development]
[small business consultant]
[small business credit card]
[microsoft office small business]
[small business tool]
[internet marketing for small business]
[home based small business]
[small business server]
[small home business]
[small business accounting]
[small business web site]
[small business owner]


tires

[tire plus]
[firestone tire]
[car tire]
[truck tire]
[atv tire]
[michelin tire]
[motorcycle tire]
[tire wheels]
[goodyear tire]
[tire dealer]
How to create MapPacks from any type of image?

<snip from DiGLE readme>
3.4 Building your own mappacks:
Just add coordinates, .png images. See the existing .mappack
files in <install dir>\JiGLEMaps?\maps\* for hints using any
text editor. Note that due to legacy design, the meanings of
"x" and "y" are reversed from what you'd expect them to be in
a view of the world where the equator is the cartesian "X"
axis. See above disclaimer regarding feet, holes.
</snip>

this is true for both JiGLE and DiGLE raster mappacks, and they can be used for third party clients like the Musatcha.com Advanced WiFi Mapping Engine as well.

first off, to be clear: *iGLE mappacks are a twisted invention of the WiGLE crew, and not something you can buy (yet! :-)

the series of images in a mappack are used by the client for zooming via interpolation. if you don't want to zoom, you only need the image.0 entry. all of the images must map to exactly the same corner coordinates,
and each successive image.n+1 must be twice the width and twice the height of image.n

so we will go over the JiGLE 0.6.11 default mappack and go over each point, which should give you enough to do your own (its way easier to start from no-zooming :-)


shortName=chicago
longName=Chicago, IL

image.0=JiGLEMap/maps/chicago-0.png
image.1=JiGLEMap/maps/chicago-1.png
image.2=JiGLEMap/maps/chicago-2.png

upperLeftX=41.9798
upperLeftY=-87.742
lowerRightX=41.841
lowerRightY=-87.598


the shortName and longName should be self explanatory.

image.0 is the top-level image, seen when the mappack is first opened. the path is relative to the base of the JiGLE install. in the case of chicago-0.png, its a 600x740 png. the northwest corner of that image corresponds to (41.9798, -87.742) and the southeast corner corresponds to (41.841, -87.598).

remember (for crazy historical reasons, which we swear we'll fix one of these days) upperLeftX? is northwest corner latitude, upperLeftY? is northwest corner longitude, lowerRightX? is southeast corner latitude, and lowerRightY? is southeast corner longitude.

North and East lat and lon values are in decimal degrees, and positive. South and West lat and lon values are in decimal degrees, and negative.

image.1 is the first-zoom-level image, seen when the mappack is first zoomed. the path is relative to the base of the JiGLE install. in the case of chicago-1.png, its a 1200x1480 png (twice the width and twice the height of chicago-0.png). the northwest corner of that image corresponds to (41.9798, -87.742) and the southeast corner corresponds to (41.841, -87.598).


and finally image.2 is the second-zoom-level image, seen when the mappack is zoomed further. the path is relative to the base of the JiGLE install. in the case of chicago-2.png, its a 2400x2960 png (twice the width and twice the height of chicago-1.png). the northwest corner of that image corresponds to (41.9798, -87.742) and the southeast corner corresponds to (41.841, -87.598).

so, to create your own JiGLE .mappack: get an image (from wherever) that you know the northwest and southeast coordinates of and put it in a file in JiGLEmaps/maps/your.mappack like:


shortName= mymap
longName= my first mappack!
image.0=JiGLEMaps/maps/mymap-0.png
upperLeftX=northwest.latitude
upperLeftY=northwest.longitude
lowerRightX=southeast.latitude
lowerRightY=southeast.longitude


and you should see it in the dropdown the next time you start up JiGLE. if you have any more questions, please let us know!

as to where the images come from, we drew them! or more to the point, bobzilla wrote software to draw them from public domain data available from the US Census. we're always looking for more such data from other places in the world, but we can't redistribute things with other people's copyrights on them (for the most part.) where you get your images is up to you, but we won't be able to distribute them from the wigle site, most likely (again, due to the arcane and twisty copyright laws.)

HomePage | RecentChanges | Preferences
Search:
Add Page:
Back to WiGLE Main