<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Optimize Your Trips</title>
	<link>http://gebweb.net/blogpost/2007/08/26/optimize-your-trips/</link>
	<description>Programming, mathematics and thoughts about random stuff</description>
	<pubDate>Sat, 22 Nov 2008 07:27:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: Chiung</title>
		<link>http://gebweb.net/blogpost/2007/08/26/optimize-your-trips/#comment-230</link>
		<author>Chiung</author>
		<pubDate>Sat, 22 Nov 2008 02:03:16 +0000</pubDate>
		<guid>http://gebweb.net/blogpost/2007/08/26/optimize-your-trips/#comment-230</guid>
		<description>Please consider writing an App for the Apple iPhone based on your Trip Optimizer, and incorporating the iPhone's built-in GPS functionality.  You could make a lot of money!</description>
		<content:encoded><![CDATA[<p>Please consider writing an App for the Apple iPhone based on your Trip Optimizer, and incorporating the iPhone&#8217;s built-in GPS functionality.  You could make a lot of money!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: José Ricardo</title>
		<link>http://gebweb.net/blogpost/2007/08/26/optimize-your-trips/#comment-229</link>
		<author>José Ricardo</author>
		<pubDate>Wed, 19 Nov 2008 19:09:57 +0000</pubDate>
		<guid>http://gebweb.net/blogpost/2007/08/26/optimize-your-trips/#comment-229</guid>
		<description>Outro exemplo com icone http://econym.org.uk/gmap/geicons.htm</description>
		<content:encoded><![CDATA[<p>Outro exemplo com icone <a href="http://econym.org.uk/gmap/geicons.htm" rel="nofollow">http://econym.org.uk/gmap/geicons.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: José Ricardo</title>
		<link>http://gebweb.net/blogpost/2007/08/26/optimize-your-trips/#comment-228</link>
		<author>José Ricardo</author>
		<pubDate>Wed, 19 Nov 2008 19:02:34 +0000</pubDate>
		<guid>http://gebweb.net/blogpost/2007/08/26/optimize-your-trips/#comment-228</guid>
		<description>Veja o link http://code.google.com/apis/maps/documentation/examples/icon-custom.html

Poderia fazer algo assim :
(-3.734378467616159, -38.49334716796875, 1, Dr. Joao)
(-3.736733796713304, -38.49626541137695, 2, Mst. Pedro)
(-3.737697338612461, -38.49336862564087, 3, Dr. Sandro)
(-3.731402179082779, -38.50529909133911, 4, Sr. Aparecida)</description>
		<content:encoded><![CDATA[<p>Veja o link <a href="http://code.google.com/apis/maps/documentation/examples/icon-custom.html" rel="nofollow">http://code.google.com/apis/maps/documentation/examples/icon-custom.html</a></p>
<p>Poderia fazer algo assim :<br />
(-3.734378467616159, -38.49334716796875, 1, Dr. Joao)<br />
(-3.736733796713304, -38.49626541137695, 2, Mst. Pedro)<br />
(-3.737697338612461, -38.49336862564087, 3, Dr. Sandro)<br />
(-3.731402179082779, -38.50529909133911, 4, Sr. Aparecida)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre</title>
		<link>http://gebweb.net/blogpost/2007/08/26/optimize-your-trips/#comment-221</link>
		<author>Pierre</author>
		<pubDate>Wed, 29 Oct 2008 13:24:48 +0000</pubDate>
		<guid>http://gebweb.net/blogpost/2007/08/26/optimize-your-trips/#comment-221</guid>
		<description>Hi Gear,

Thank you for your answer. I will try to find some example of icons.

I have now a new problem. When I try to use an http call (By example : http://gebweb.net/optimap/index.php?loc0=av de la gare 10,Sion,Suisse&#38;loc2=rue du scex 32,sion,suisse&#38;loc3=place du midi 28,sion,suisse) I get an error in IE7, locations icons are not present on the map and the trip is not calculated. 
IE7 tell me Line: 31, Char: 2, Error: Object expected.

What is wrong in the URL I use?

Many thanks,
Pierre</description>
		<content:encoded><![CDATA[<p>Hi Gear,</p>
<p>Thank you for your answer. I will try to find some example of icons.</p>
<p>I have now a new problem. When I try to use an http call (By example : <a href="http://gebweb.net/optimap/index.php?loc0=av" rel="nofollow">http://gebweb.net/optimap/index.php?loc0=av</a> de la gare 10,Sion,Suisse&amp;loc2=rue du scex 32,sion,suisse&amp;loc3=place du midi 28,sion,suisse) I get an error in IE7, locations icons are not present on the map and the trip is not calculated.<br />
IE7 tell me Line: 31, Char: 2, Error: Object expected.</p>
<p>What is wrong in the URL I use?</p>
<p>Many thanks,<br />
Pierre</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geir</title>
		<link>http://gebweb.net/blogpost/2007/08/26/optimize-your-trips/#comment-214</link>
		<author>Geir</author>
		<pubDate>Sun, 26 Oct 2008 02:40:53 +0000</pubDate>
		<guid>http://gebweb.net/blogpost/2007/08/26/optimize-your-trips/#comment-214</guid>
		<description>Mary: I just added functionality that allows you to add a list of addresses in the 'Bulk add' text area. I suggest you save your addresses to a text file, one address on each line, and copy-paste it into the 'Bulk add' field in OptiMap. You can then experiment with removing each address from the text area.

Pierre: The icons are png graphics files, and are not easily changed. It's possible to use the standard google text blobs, but they are rather big and clumsy. If you can find some webpage that has Google maps icons that look the way you'd want them to look, you can forward the page to me and I'll see what I can do.</description>
		<content:encoded><![CDATA[<p>Mary: I just added functionality that allows you to add a list of addresses in the &#8216;Bulk add&#8217; text area. I suggest you save your addresses to a text file, one address on each line, and copy-paste it into the &#8216;Bulk add&#8217; field in OptiMap. You can then experiment with removing each address from the text area.</p>
<p>Pierre: The icons are png graphics files, and are not easily changed. It&#8217;s possible to use the standard google text blobs, but they are rather big and clumsy. If you can find some webpage that has Google maps icons that look the way you&#8217;d want them to look, you can forward the page to me and I&#8217;ll see what I can do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre</title>
		<link>http://gebweb.net/blogpost/2007/08/26/optimize-your-trips/#comment-213</link>
		<author>Pierre</author>
		<pubDate>Mon, 20 Oct 2008 12:08:09 +0000</pubDate>
		<guid>http://gebweb.net/blogpost/2007/08/26/optimize-your-trips/#comment-213</guid>
		<description>Superb tool! 

We'd like to use itl to provide a way to visualize and optimize round trips for nurses who visit patient at home. Your tool works perfectly.

We plan to build the URL using visits planned in our system and patient addresses. To provide a very usefull tool, we'd like to personalize the icons on the map by adding the patient name by example. As result icon of the address will be named "1 John" instead of "1"

Do you think it is possible ?

Regards,
Pierre</description>
		<content:encoded><![CDATA[<p>Superb tool! </p>
<p>We&#8217;d like to use itl to provide a way to visualize and optimize round trips for nurses who visit patient at home. Your tool works perfectly.</p>
<p>We plan to build the URL using visits planned in our system and patient addresses. To provide a very usefull tool, we&#8217;d like to personalize the icons on the map by adding the patient name by example. As result icon of the address will be named &#8220;1 John&#8221; instead of &#8220;1&#8243;</p>
<p>Do you think it is possible ?</p>
<p>Regards,<br />
Pierre</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mary in New Hampshire</title>
		<link>http://gebweb.net/blogpost/2007/08/26/optimize-your-trips/#comment-212</link>
		<author>Mary in New Hampshire</author>
		<pubDate>Wed, 15 Oct 2008 02:09:43 +0000</pubDate>
		<guid>http://gebweb.net/blogpost/2007/08/26/optimize-your-trips/#comment-212</guid>
		<description>Thank you for publishing this wonderful tool.  I do have a quick question, maybe I'm missing something so I thought I would ask.  My business requires me to decide on jobs all over the state that are completed in one or two days.  Before we accept the jobs we map it out to see if it's too far within our route.  So I usually put up to 15-20 addresses, then I look at the map and wonder if the route would be considerably better if I drop one of the locations that doesn't flow in our route very well.  Anyway the tool requires me to re-type all the addresses again without the one I'm trying to drop, and it takes a really long time, especially as I'm playing around with the routes.  Is there a way to save the addresses?  Or even to just save them for the the current search.  Sometimes it will also pull the wrong address (ie I got an address in Ohio) which of course was not in my route for New Hampshire, and I didn't know it had that error until I had already mapped it out.  So is there a way to save addresses or delete ones that are on a list?

Thanks again, either way this is a huge help and I appreciate the use of the program.

Regards,
Mary</description>
		<content:encoded><![CDATA[<p>Thank you for publishing this wonderful tool.  I do have a quick question, maybe I&#8217;m missing something so I thought I would ask.  My business requires me to decide on jobs all over the state that are completed in one or two days.  Before we accept the jobs we map it out to see if it&#8217;s too far within our route.  So I usually put up to 15-20 addresses, then I look at the map and wonder if the route would be considerably better if I drop one of the locations that doesn&#8217;t flow in our route very well.  Anyway the tool requires me to re-type all the addresses again without the one I&#8217;m trying to drop, and it takes a really long time, especially as I&#8217;m playing around with the routes.  Is there a way to save the addresses?  Or even to just save them for the the current search.  Sometimes it will also pull the wrong address (ie I got an address in Ohio) which of course was not in my route for New Hampshire, and I didn&#8217;t know it had that error until I had already mapped it out.  So is there a way to save addresses or delete ones that are on a list?</p>
<p>Thanks again, either way this is a huge help and I appreciate the use of the program.</p>
<p>Regards,<br />
Mary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Béla Boda</title>
		<link>http://gebweb.net/blogpost/2007/08/26/optimize-your-trips/#comment-209</link>
		<author>Béla Boda</author>
		<pubDate>Sun, 05 Oct 2008 11:54:40 +0000</pubDate>
		<guid>http://gebweb.net/blogpost/2007/08/26/optimize-your-trips/#comment-209</guid>
		<description>Hi,

I'm trying to use the js api, but the following method fails as described:

Input of the page is generated by a J2EE Servlet:

												
						4029 Debrecen Malomköz utca 4
						
						
						2314666
						
					</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m trying to use the js api, but the following method fails as described:</p>
<p>Input of the page is generated by a J2EE Servlet:</p>
<p>						4029 Debrecen Malomköz utca 4</p>
<p>						2314666</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geir</title>
		<link>http://gebweb.net/blogpost/2007/08/26/optimize-your-trips/#comment-206</link>
		<author>Geir</author>
		<pubDate>Sat, 04 Oct 2008 18:06:10 +0000</pubDate>
		<guid>http://gebweb.net/blogpost/2007/08/26/optimize-your-trips/#comment-206</guid>
		<description>I've just added options for walking directions and avoid highways to
OptiMap. The Google Maps API team added walking directions support
last week, so this should be one of the first API sites that use them!
It's one of the more requested features for Optimap, so I know there
are some happy OptiMappers out there now :-) I'm certainly one of
them, since I don't have a car and do virtually all my travel on foot
/ bike. Now when can we get biking directions in the Google Maps API?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just added options for walking directions and avoid highways to<br />
OptiMap. The Google Maps API team added walking directions support<br />
last week, so this should be one of the first API sites that use them!<br />
It&#8217;s one of the more requested features for Optimap, so I know there<br />
are some happy OptiMappers out there now <img src='http://gebweb.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> I&#8217;m certainly one of<br />
them, since I don&#8217;t have a car and do virtually all my travel on foot<br />
/ bike. Now when can we get biking directions in the Google Maps API?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brady</title>
		<link>http://gebweb.net/blogpost/2007/08/26/optimize-your-trips/#comment-195</link>
		<author>Brady</author>
		<pubDate>Mon, 22 Sep 2008 20:58:34 +0000</pubDate>
		<guid>http://gebweb.net/blogpost/2007/08/26/optimize-your-trips/#comment-195</guid>
		<description>Hi Geir (and others),

We found OptiMap to be a perfect fit for promoting "chaining trips" to save on gas and reduce emissions while running errands in your car. Here's how we changed the interface for our site:

http://www.smart-trips.org/tripchainer.php

I'm wondering if there is some way we could add "avoid highways" from the Google API to the tsp.js to allow for people making trips by bicycle?

Thanks very much for the excellent web application!

-Brady</description>
		<content:encoded><![CDATA[<p>Hi Geir (and others),</p>
<p>We found OptiMap to be a perfect fit for promoting &#8220;chaining trips&#8221; to save on gas and reduce emissions while running errands in your car. Here&#8217;s how we changed the interface for our site:</p>
<p><a href="http://www.smart-trips.org/tripchainer.php" rel="nofollow">http://www.smart-trips.org/tripchainer.php</a></p>
<p>I&#8217;m wondering if there is some way we could add &#8220;avoid highways&#8221; from the Google API to the tsp.js to allow for people making trips by bicycle?</p>
<p>Thanks very much for the excellent web application!</p>
<p>-Brady</p>
]]></content:encoded>
	</item>
</channel>
</rss>
