Google maps app, differnt image

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

I doubt hotscripts would be helpful there. Try http://mapki.com/wiki/Main_Page and http://www.econym.demon.co.uk/googlemaps/
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

gaogier wrote:how to i get to add info to a point? (pixel?)

I am going to search all of hotscripts, and see what i can make out of that.
You'll want to arrange it all as either a multidimensional array (that you serialize and save) or give each map tile a table row. The former requires less database interaction and more PHP, and the latter is the opposite, but is more organized.

I've been playing around with some AJAX and it's a lot easier than I expected. I'd been avoiding it all of this time for nothing. If this map of yours is going to generate revenue (for me, of course) I'll be willing to help you out with it.
gaogier
Forum Contributor
Posts: 391
Joined: Wed Mar 02, 2005 1:02 pm
Location: Portsmouth, UK
Contact:

Post by gaogier »

This site is a non profit, has no adverts, or anything.

How much are we talking?
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

Non-profit? Then why do you even care about traffic or making this map thing? What on Earth is your incentive to work?
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

superdezign wrote:Non-profit? Then why do you even care about traffic or making this map thing? What on Earth is your incentive to work?
Some people do stuff for the fun of it, or to help out a community. Money is not the only motivator.
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

I sooo can't relate. :P
I need to support myself. I barely do as is.
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

superdezign wrote:I sooo can't relate. :P
I need to support myself. I barely do as is.
Then go shake trees that bear fruit.

gaogier: if you'd followed the links I've posted earlier, you would have come across http://www.econym.demon.co.uk/googlemaps/custommap.htm which, I believe, is what you're looking for.
gaogier
Forum Contributor
Posts: 391
Joined: Wed Mar 02, 2005 1:02 pm
Location: Portsmouth, UK
Contact:

Post by gaogier »

Sorry must of got mixxed up in the first link.

So far, it seems prommising...

The site is non porfit, but i like to help as many people with this game as i can, The more people that come on the site, the more people i know i helpped
Post Reply