Re: want help urgent

2009-07-10 Thread DynGeometry
I assume the GPS devices on the CABs send their coordinates to a central office and data is stored in a database. You application needs to talk to the database, grab the x, y coordinate. As long as you get the coordinates, create a Google map, build the markers based on coordinates and place the m

Re: I want to find out the GLatLng just by clicking a map.... how do I achieve it ?

2009-07-07 Thread DynGeometry
Here is an example of doing that: http://www.dyngeometry.com/web/XYQuery.aspx if you want to implement it by yourself, please view the page source and get the java script. Good luck! On Jul 6, 9:45 pm, jiten wrote: > I have reviewed the example : > > http://code.google.com/intl/es/apis/maps/doc

Click on map to show marker – weird behavior on IE8

2009-06-09 Thread DynGeometry
http://www.dyngeometry.com/web/XYQuery.aspx This problem only appears on IE8. When I click on the map, the marker shows on different place. It seems I click on left side of the map, the marker will offset to the left; right side then offset to right. Can anyone help me explain or solve this prob

Polygon Intersection

2008-10-03 Thread DynGeometry
Suppose I have 2 Gpolygons. They overlap with each other, but are not identical. Is there a function that returns the common (or intersection) part of them? Thanks in advance! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: ip location - compare accuracy

2008-10-02 Thread DynGeometry
Do you mean Google has the IP locator service? If there is, could you share where is it? Try this one: http://www.dyngeometry.com/web/IPQuery.aspx On Oct 2, 1:42 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi > > Hope this is not a double posting as the initial posting somehow has > not

Re: Which ASP.NET Control To Use? (if any)

2008-10-01 Thread DynGeometry
As Andrew mentioned the Google Map API is client side. If you still want to use .NET, I think you need a method to let the client side talk with the .NET server side function. http://www.codeproject.com/KB/aspnet/AlvaroRemoteScripting.aspx I found the above link is well documented and is very usef

Re: Zipcode boundary map and County boundary map

2008-10-01 Thread DynGeometry
I don’t think Google Map API has them. Here is the one you can try: http://www.dyngeometry.com/web/Address.aspx On Oct 1, 12:48 pm, kathu <[EMAIL PROTECTED]> wrote: > I have a requirement to have zipcode boundary map for a given U.S. > zipcode and county boundary map for a given U.S. county in m

Re: Highlighting entire state

2008-09-25 Thread DynGeometry
We have a web site to display the county, zip and etc. Recently I saw several requests to display the state boundary and I am working on it. It will be available soon. Please try our current functions if you are interested in them. http://www.dyngeometry.com Good day! On Sep 25, 12:19 pm, Mike

Re: Problem getting geocodes from .NET

2008-09-24 Thread DynGeometry
I am using this one with no problem and I think it is a very good reference article. http://blog.donnfelker.com/post/C-Google-Geocode-(Latitude-and-Longitude)-Class.aspx Good luck! http://www.DynGeometry.com --~--~-~--~~~---~--~~ You received this message because yo

Re: Displaying Text in an icon

2008-09-16 Thread DynGeometry
I forgot where I downloaded them, but here is what you want: http://dyngeometry.webhop.net/biblemap/resources/mapmarker_numbers_1_99_lightblue/lightblue1.png Change the lightblue1 to lightblue2, 3, ... 99 to download all. www.dyngeometry.com On Sep 16, 3:29 pm, "maps.huge.info [Maps API Guru]"

Re: Country select

2008-09-03 Thread DynGeometry
Just let you know this website can display zip, city, school district and census track for USA also. http://dyngeometry.webhop.net/WebServiceClient/XYQuery.aspx On Sep 2, 11:08 pm, marcelo <[EMAIL PROTECTED]> wrote: > On Sep 3, 2:56 am, boomerbubba <[EMAIL PROTECTED]> wrote: > > > When I look at

Re: City Name, Country Name

2008-08-28 Thread DynGeometry
I think this may help you: Web Service Client: http://dyngeometry.webhop.net/WebServiceClient/XYQuery.aspx Web service: http://dyngeometry.webhop.net/WebService/GeometryInfo.asmx?op=XYQuery www.DynGeometry.com On Aug 28, 2:39 pm, pocci <[EMAIL PROTECTED]> wrote: > Hi all ! > > It would like to k