DatOneGuy wrote:The issues with markers is really really annoying. I can seem to get it working but it won't show the markers properly, and if I add in the code to 'create' markers it completely breaks, so I've decided to post in the google maps API group and continue tomorrow trying to adapt code from Mike's site (econym) and attempt to see how havenmap.tk came up with that code and how it works.
What type of coordinate system do you use? I thought, using just GImageCutter and pixel coordinate system (or whatever it is out there) might make dyn. markers managment even worse (if it's even possible to use both dyn. markers and simple pixel coordinate system at all).
I mean.. Every time we change image size - coordinates for every marker will change. So, the only simple solution i have - hardprint(or overprint, dunno how do you english people call it) markers into the map itself before changing image size. Working with photoshop (or similar) it's simple to hide/rename those overprinted markers in coming releases of the map(like I do it now, with known villages/named lakes, etc). This is acceptable solution for me, really.
DatOneGuy wrote:Edit: Also this is all in javascript not in php, and I hate javascript but working around this isn't too terrible :X Luckily I have a little experience from back in highschool and my web design teacher not trusting PHP (You can still get the teacher's passwords just by viewing source = =;)
I guess it doesn't really matter before you'll try store coordinate data in your own SQL-DB.