Posts Tagged: google maps


30
Jan 11

Google Maps Context Menu v2

Not long after my last post about creating a context menu for Google maps, i realized it was a hard process to add new items to the list. Even harder to alter the list after it had been created. So i made the decision to turn all the code into a single class with methods to add/remove items and separators.

I have added the project to Github @ Gmaps Context Menu. So you view the source there.

I do need to write up a nice looking tutorial on how to use it, but untill then iv done my best to add comments and examples to ‘index.html’.

Check it out and let me know what you think.


7
Dec 10

Google Maps API v3 Context Menu

EDIT: I’ve updated the menu code. See HERE

Ever since i started using Google Maps API v3 iv been looking for a easy nice way to add a context menu to my maps. I found several snippets of code around the internet but nothing worked well or the code didn’t look nice (in my coding style). So after alot work i got some working code and i must say it looks nice. Id like to share it with you.

PS. I will add this to my Usermap Fluxbb mod in time.

Continue reading →


30
Jul 09

My WoW Map

wowmapFor the last month or so, iv been working on a project that utilizes the Google Maps API to make a map from the mini map images in World of Warcraft. There are a couple other other sites that do the exact same thing that im trying to do. MapWoW.com and Wyrimaps.net/wow.

The main reason for me doing this project is because, if you go to Mapwow.com youll see there are ALOT of ads (mostly gold seller ads). And i wanted a site just the same but with out all the damn gold seller adds. And i also wanted a new project to keep me busy and not so bored. Its also a good learning experience for me ( if i remember the stuff i learn :P )

I’v got alot of ideas for things to do to this map and i hope to be able to do them.

Also just be aware that this is my live code, there is no production site. So you might come by and it not working. Most likely it is because im currently working on it, but dont worry about sending me a email about a problem you encounter or even missing marker for that set. Also take a look at my code, and if youve got any suggestions, dont hesitate to email me. Enjoy.

Justgizzmo’s WoW Map