 |
|
 |
|
Next: Apache & CGI - sending data to a browser ..
|
| Author |
Message |
External

Since: Jan 24, 2005 Posts: 46
|
(Msg. 1) Posted: Thu Jun 09, 2005 2:52 pm
Post subject: i need to build something like mapQuest Archived from groups: alt>www>webmaster (more info?)
|
|
|
i've got a client who wants to distribute a flyer with a city map that has X
marks where the garage sales will be for that week. right now, he spends
about 4 hrs each week looking up the address on mapQuest, notes the
approximate position on the street, and then adds a mark to his own map in
roughly the same position. he wants to use his own map so he can insert
advertising for his business.
so, what i need to do is basically read the address, find the approximate X
and Y coordinates on his map, and add a mark. if i had to manually figure
out where each street address's corresponding X and Y coordinates are on his
map, i'd never get this done. can anybody recommend a solution, custom or
third party?
tks >> Stay informed about: i need to build something like mapQuest |
|
| Back to top |
|
 |  |
External

Since: Sep 23, 2004 Posts: 49
|
(Msg. 2) Posted: Thu Jun 09, 2005 8:25 pm
Post subject: Re: i need to build something like mapQuest [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Dica" <genpub5.DeleteThis@hotmail.com> wrote in message
news:67CdnVpMkfI6EzXfRVn-vg@rogers.com...
> i've got a client who wants to distribute a flyer with a city map that has
> X
> marks where the garage sales will be for that week. right now, he spends
> about 4 hrs each week looking up the address on mapQuest, notes the
> approximate position on the street, and then adds a mark to his own map in
> roughly the same position. he wants to use his own map so he can insert
> advertising for his business.
>
> so, what i need to do is basically read the address, find the approximate
> X
> and Y coordinates on his map, and add a mark. if i had to manually figure
> out where each street address's corresponding X and Y coordinates are on
> his
> map, i'd never get this done. can anybody recommend a solution, custom or
> third party?
>
> tks
>
>
If you need to look up street addresses, then mark them on a map,
and then print the map, see Microsoft MapPoint. You have a choice of
pushpin and other symbols, as well as a callout to hold the street
address. I have had a few problems with recent street additions, but
otherwise very accurate for the U.S. The software will also generate
driving directions.
George King
G.E. King Marketing<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: i need to build something like mapQuest |
|
| Back to top |
|
 |  |
External

Since: Aug 24, 2004 Posts: 255
|
(Msg. 3) Posted: Thu Jun 09, 2005 8:25 pm
Post subject: Re: i need to build something like mapQuest [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
George King wrote:
> If you need to look up street addresses, then mark them on a map,
> and then print the map, see Microsoft MapPoint. You have a choice of
> pushpin and other symbols, as well as a callout to hold the street
> address. I have had a few problems with recent street additions, but
> otherwise very accurate for the U.S. The software will also generate
> driving directions.
You will need to subscribe to the MapPoint web service. The MapPoint desktop
app won't work on the backend of a website; Microsoft won't support it; and
it's a violation of the MapPoint end-user license to use it that way.
You can use the web service for not a lot of money if you find the right
MapPoint reseller, though. And it's worth the money. Since it's implemented
as a web service, you don't need a Windows web server to use it. And
MapPoint Just Works -- yes, Microsoft is capable of producing mind-numbing
amounts of crap, but I've had the opportunity to use MapPoint and develop
apps for it, and I think MapPoint is a stellar product. Especially
impressive considering that it's a Microsoft app.
**SJ "Yes, I said something good about M$. Take note; it doesn't happen
often." S
--
JustThe.net - Steve Sobol / sjsobol.TakeThisOut@JustThe.net / PGP: 0xE3AE35ED
Coming to you from Southern California's High Desert, where the
temperatures are as high as the gas prices! / 888.480.4NET (4638)
"Life's like an hourglass glued to the table" --Anna Nalick, "Breathe"<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: i need to build something like mapQuest |
|
| Back to top |
|
 |  |
External

Since: Dec 08, 2004 Posts: 2
|
(Msg. 4) Posted: Fri Jun 10, 2005 10:14 am
Post subject: Re: i need to build something like mapQuest [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Check this one out :
<a style='text-decoration: underline;' href="http://www.housingmaps.com/" target="_blank">http://www.housingmaps.com/</a>
Basically they are taking the housing listings from Craiglist, and
displaying them using google maps. Kind of a neat idear!
I don't think it would be too too difficult to clooge something together
using a database, and querying google.
j
"Dica" <genpub5.TakeThisOut@hotmail.com> wrote in message
news:67CdnVpMkfI6EzXfRVn-vg@rogers.com...
> i've got a client who wants to distribute a flyer with a city map that has
> X
> marks where the garage sales will be for that week. right now, he spends
> about 4 hrs each week looking up the address on mapQuest, notes the
> approximate position on the street, and then adds a mark to his own map in
> roughly the same position. he wants to use his own map so he can insert
> advertising for his business.
>
> so, what i need to do is basically read the address, find the approximate
> X
> and Y coordinates on his map, and add a mark. if i had to manually figure
> out where each street address's corresponding X and Y coordinates are on
> his
> map, i'd never get this done. can anybody recommend a solution, custom or
> third party?
>
> tks
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: i need to build something like mapQuest |
|
| Back to top |
|
 |  |
External

Since: Jan 24, 2005 Posts: 46
|
(Msg. 5) Posted: Fri Jun 10, 2005 3:56 pm
Post subject: Re: i need to build something like mapQuest [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"James Kerekes" <jkerekes DeleteThis @telnet.ca> wrote in message
news:Uehqe.15018$Nd3.792632@news20.bellglobal.com...
> Check this one out :
>
<font color=purple> > <a style='text-decoration: underline;' href="http://www.housingmaps.com/</font" target="_blank">http://www.housingmaps.com/</font</a>>
>
> Basically they are taking the housing listings from Craiglist, and
> displaying them using google maps. Kind of a neat idear!
>
> I don't think it would be too too difficult to clooge something together
> using a database, and querying google.
see, that's what i'd like to do, but i don't have access to googles
database. without that, i'd have to create my own database with every
address in the city and it's corresponding X Y coordinates.
this mapPoint option looks promising, though.
tks
>
> j
>
>
> "Dica" <genpub5 DeleteThis @hotmail.com> wrote in message
> news:67CdnVpMkfI6EzXfRVn-vg@rogers.com...
> > i've got a client who wants to distribute a flyer with a city map that
has
> > X
> > marks where the garage sales will be for that week. right now, he spends
> > about 4 hrs each week looking up the address on mapQuest, notes the
> > approximate position on the street, and then adds a mark to his own map
in
> > roughly the same position. he wants to use his own map so he can insert
> > advertising for his business.
> >
> > so, what i need to do is basically read the address, find the
approximate
> > X
> > and Y coordinates on his map, and add a mark. if i had to manually
figure
> > out where each street address's corresponding X and Y coordinates are on
> > his
> > map, i'd never get this done. can anybody recommend a solution, custom
or
> > third party?
> >
> > tks
> >
> >
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: i need to build something like mapQuest |
|
| Back to top |
|
 |  |
External

Since: Apr 27, 2005 Posts: 414
|
(Msg. 6) Posted: Fri Jun 10, 2005 4:12 pm
Post subject: Re: i need to build something like mapQuest [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
James Kerekes wrote:
> Check this one out :
>
<font color=purple> > <a style='text-decoration: underline;' href="http://www.housingmaps.com/</font" target="_blank">http://www.housingmaps.com/</font</a>>
>
> Basically they are taking the housing listings from Craiglist, and
> displaying them using google maps. Kind of a neat idear!
I read that Google is "taking down sites" doing neat things with Google
maps.
--
John Perl SEO tools: <a style='text-decoration: underline;' href="http://johnbokma.com/perl/" target="_blank">http://johnbokma.com/perl/</a>
Experienced (web) developer: <a style='text-decoration: underline;' href="http://castleamber.com/" target="_blank">http://castleamber.com/</a>
Get a SEO report of your site for just 100 USD:
<a style='text-decoration: underline;' href="http://johnbokma.com/websitedesign/seo-expert-help.html" target="_blank">http://johnbokma.com/websitedesign/seo-expert-help.html</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: i need to build something like mapQuest |
|
| Back to top |
|
 |  |
External

Since: May 20, 2005 Posts: 8
|
(Msg. 7) Posted: Fri Jun 10, 2005 6:46 pm
Post subject: Re: i need to build something like mapQuest [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
John Bokma wrote:
> James Kerekes wrote:
>
>
>>Check this one out :
>>
>>http://www.housingmaps.com/
>>
>>Basically they are taking the housing listings from Craiglist, and
>>displaying them using google maps. Kind of a neat idear!
>
>
> I read that Google is "taking down sites" doing neat things with Google
> maps.
>
They shouldn't have built the site in a way that allows this in the
first place. Now the cat is out of the bag, (proverbially)
see:
<a style='text-decoration: underline;' href="http://www.cnn.com/2005/TECH/internet/06/09/google.map.hacks.ap/index.html" target="_blank">http://www.cnn.com/2005/TECH/internet/06/09/google.map.hacks.ap/index.html</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: i need to build something like mapQuest |
|
| Back to top |
|
 |  |
External

Since: Aug 24, 2004 Posts: 255
|
(Msg. 8) Posted: Fri Jun 10, 2005 10:46 pm
Post subject: Re: i need to build something like mapQuest [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
John Bokma wrote:
>>http://www.housingmaps.com/
>>
>>Basically they are taking the housing listings from Craiglist, and
>>displaying them using google maps. Kind of a neat idear!
>
> I read that Google is "taking down sites" doing neat things with Google
> maps.
Yup. Licensing issues, folks. Don't get sued, it hurts
--
JustThe.net - Steve Sobol / sjsobol RemoveThis @JustThe.net / PGP: 0xE3AE35ED
Coming to you from Southern California's High Desert, where the
temperatures are as high as the gas prices! / 888.480.4NET (4638)
"Life's like an hourglass glued to the table" --Anna Nalick, "Breathe"<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: i need to build something like mapQuest |
|
| Back to top |
|
 |  |
External

Since: Aug 24, 2004 Posts: 255
|
(Msg. 9) Posted: Fri Jun 10, 2005 10:47 pm
Post subject: Re: i need to build something like mapQuest [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Doug wrote:
> They shouldn't have built the site in a way that allows this in the
> first place. Now the cat is out of the bag, (proverbially)
So? That makes violating their terms of use ok?
--
JustThe.net - Steve Sobol / sjsobol.RemoveThis@JustThe.net / PGP: 0xE3AE35ED
Coming to you from Southern California's High Desert, where the
temperatures are as high as the gas prices! / 888.480.4NET (4638)
"Life's like an hourglass glued to the table" --Anna Nalick, "Breathe"<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: i need to build something like mapQuest |
|
| Back to top |
|
 |  |
External

Since: Jun 11, 2005 Posts: 1
|
(Msg. 10) Posted: Sat Jun 11, 2005 7:43 am
Post subject: Re: i need to build something like mapQuest [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
More 'word on the street' kind of stuff than anything else, but still
interesting:
http://radar.oreilly.com/archives/2005/05/google_maps_hac.html
<cut and paste>
I asked about Google Maps hacks, like this week's Chicago Crime site,
at the Google Factory Tour. Particularly, I asked if their agreements
with Navteq and Tele Atlas, who provide the underlying map data for the
service, would require Google to shut down sites that used the map data
without Google's permission. They responded that they had every
intention to not shut them down as long as their licenses permit it,
and one of the engineers insinuated that they might be working on a
Google Maps API or a similar way to build on top of Maps (he actually
said, "to make them not hacks," by which I think he meant not
unauthorized). They also said they hoped that the data licensors would
realize that increased traffic benefits them.
</cut and paste> >> Stay informed about: i need to build something like mapQuest |
|
| Back to top |
|
 |  |
External

Since: Jan 24, 2005 Posts: 46
|
(Msg. 11) Posted: Mon Jun 13, 2005 3:19 pm
Post subject: Re: i need to build something like mapQuest [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Dica" <genpub5.RemoveThis@hotmail.com> wrote in message
news:67CdnVpMkfI6EzXfRVn-vg@rogers.com...
> i've got a client who wants to distribute a flyer with a city map that has
X
> marks where the garage sales will be for that week. right now, he spends
> about 4 hrs each week looking up the address on mapQuest, notes the
> approximate position on the street, and then adds a mark to his own map in
> roughly the same position. he wants to use his own map so he can insert
> advertising for his business.
>
> so, what i need to do is basically read the address, find the approximate
X
> and Y coordinates on his map, and add a mark. if i had to manually figure
> out where each street address's corresponding X and Y coordinates are on
his
> map, i'd never get this done. can anybody recommend a solution, custom or
> third party?
>
> tks
>
>
thanks for all the replies. i'm looking at the costs for mapPoint($450.00)
VS ms streets and trips($46.00). all i need to do is be able to
programmatically pass a series of street addresses to the programme and
generate a graphic. anybody know if i can do this with Streets and Trips?<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: i need to build something like mapQuest |
|
| Back to top |
|
 |  |
External

Since: Aug 24, 2004 Posts: 255
|
(Msg. 12) Posted: Mon Jun 13, 2005 3:19 pm
Post subject: Re: i need to build something like mapQuest [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Dica wrote:
> thanks for all the replies. i'm looking at the costs for mapPoint($450.00)
> VS ms streets and trips($46.00). all i need to do is be able to
> programmatically pass a series of street addresses to the programme and
> generate a graphic. anybody know if i can do this with Streets and Trips?
It's probably not designed for that purpose, and I doubt you can do it.
I'm not talking about buying the MapPoint program either, I'm talking about
subscribing to the MapPoint web service and using SOAP/XML to get the info
you need.
The companies maintaining the map data charge a lot of money for it. You're
not going to find a cheap solution.
--
JustThe.net - Steve Sobol / sjsobol DeleteThis @JustThe.net / PGP: 0xE3AE35ED
Coming to you from Southern California's High Desert, where the
temperatures are as high as the gas prices! / 888.480.4NET (4638)
"Life's like an hourglass glued to the table" --Anna Nalick, "Breathe"<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: i need to build something like mapQuest |
|
| Back to top |
|
 |  |
External

Since: Jan 24, 2005 Posts: 46
|
(Msg. 13) Posted: Mon Jun 13, 2005 4:04 pm
Post subject: Re: i need to build something like mapQuest [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Steve Sobol" <sjsobol.DeleteThis@JustThe.net> wrote in message
news:d8kn4v$2ha$1@ratbert.glorb.com...
> Dica wrote:
>
> > thanks for all the replies. i'm looking at the costs for
mapPoint($450.00)
> > VS ms streets and trips($46.00). all i need to do is be able to
> > programmatically pass a series of street addresses to the programme and
> > generate a graphic. anybody know if i can do this with Streets and
Trips?
>
> It's probably not designed for that purpose, and I doubt you can do it.
>
> I'm not talking about buying the MapPoint program either, I'm talking
about
> subscribing to the MapPoint web service and using SOAP/XML to get the info
> you need.
so i can pass the mapPoint service a series of addresses, the web service
adds a graphic for each one of those points, and then sends me the graphic
via XML?
>
> The companies maintaining the map data charge a lot of money for it.
You're
> not going to find a cheap solution.
>
>
> --
> JustThe.net - Steve Sobol / sjsobol.DeleteThis@JustThe.net / PGP: 0xE3AE35ED
> Coming to you from Southern California's High Desert, where the
> temperatures are as high as the gas prices! / 888.480.4NET (4638)
>
> "Life's like an hourglass glued to the table" --Anna Nalick, "Breathe"<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: i need to build something like mapQuest |
|
| Back to top |
|
 |  |
External

Since: Aug 24, 2004 Posts: 255
|
(Msg. 14) Posted: Mon Jun 13, 2005 4:04 pm
Post subject: Re: i need to build something like mapQuest [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Dica wrote:
> so i can pass the mapPoint service a series of addresses, the web service
> adds a graphic for each one of those points, and then sends me the graphic
> via XML?
I believe so, but you can check the Microsoft Developer Network website at
<a style='text-decoration: underline;' href="http://msdn.microsoft.com/" target="_blank">http://msdn.microsoft.com/</a> to be sure.
As I've mentioned, you can find MapPoint resellers that will sell you X
number of dips into the database for not a ton of money, but it probably
will still be significantly more money than purchasing Streets & Trips, and
it will be an ongoing cost. On the other hand, you get a buttload of
functionality for the money, and as I mentioned, you can find reasonable
prices if you shop around.
--
JustThe.net - Steve Sobol / sjsobol DeleteThis @JustThe.net / PGP: 0xE3AE35ED
Coming to you from Southern California's High Desert, where the
temperatures are as high as the gas prices! / 888.480.4NET (4638)
"Life's like an hourglass glued to the table" --Anna Nalick, "Breathe"<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: i need to build something like mapQuest |
|
| Back to top |
|
 |  |
| Related Topics: | looking for a mapQuest style web service - surprisingly, mapQuest doesn't seem to offer a web service. anybody know a good, free mapping web service?
Web Build - Does anyone know the best program or person or site to use to build web pages. I have tried Cool Pages & Web Studio and have not gotten anywhere with them. It is pulling all my hair out since I have been trying to build one for 2 years now. Help Anyo...
Build your own IE Toolbar online. - Create a toolbar for your site which will help increase your revenues and repeat traffic.With Dynamic IE toolbar builder you can create your own fully branded toolbar and make changes any time you need. $75 only, no timely fees. Features of Your Created....
How to Build a Website with Online Ordering? - Hi, I'd like to build a site that has online ordering capbility. I am planning to sell about 100 products at this online store. I need to have secured online credit card processing. I'd like to know what I need to do in term of database programming....
Looking for people to build non-profit website (long) - Hi All, Although I believe this is not the right forum to publish and after looking through hundreds of links on the internet, I decided to just go for it here. I am thinking about setting up a website dedicated to animal shelters in the world who.. |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|