Re: [Google Maps API v3] Is there any API like ver2.x which can use other map service as overlay?

2011-03-03 Thread Gising_me
Hi, everybody.

*At v2, what I used:*
var tileLayerOverlay = new GTileLayerOverlay(
new GTileLayer(null, null, null, {
tileUrlTemplate: 'http://host 
infos...width=256height=256imageFormat=gifx={X}y={Y}z={Z}', 
isPng:false,
opacity:0.3
})
);
map.addOverlay(tileLayerOverlay);

*At v3, what I am using:*
var overlayMap = new google.maps.ImageMapType({
getTileUrl   : function(coord, zoom) {
return ''http://host 
infos...width=256height=256imageFormat=gifx=' + coord.x + 'y=' + 
coord.y+ 'z=' + zoom;
},
tileSize  : new google.maps.Size(256, 256),
isPng : false,
opacity  : 0.3
});
map.overlayMapTypes.push(GoogleMapsV3.currentMap);

*Both of above are rendered successfully.*

And now, what I want to comfirm *is not implementation* but *business aspect
* which described at last post.

Best Regards,
Gising_me

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Is there any API like ver2.x which can use other map service as overlay?

2011-03-03 Thread Gising_me
Hi, everybody.

*At v2, what I used:*
var tileLayerOverlay = new GTileLayerOverlay(
new GTileLayer(null, null, null, {
tileUrlTemplate: 'http://host 
infos...width=256height=256imageFormat=gifx={X}y={Y}z={Z}', 
isPng:false,
opacity:0.3
})
);
map.addOverlay(tileLayerOverlay);

*At v3, what I am using:*
var overlayMap= new google.maps.ImageMapType({
getTileUrl   : function(coord, zoom) {
return ''http://host 
infos...width=256height=256imageFormat=gifx=' + coord.x + 'y=' + 
coord.y+ 'z=' + zoom;
},
tileSize  : new google.maps.Size(256, 256),
isPng : false,
opacity  : 0.3
});
map.overlayMapTypes.push(overlayMap);

*Both of above are rendered successfully.*

And now, what I want to comfirm *is not implementation* but *business aspect
* which described at last post.

Best Regards,
Gising_me

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Is there any API like ver2.x which can use other map service as overlay?

2011-02-27 Thread Gising_me
Oh, its a long time since I posted the last reply, sorry.

Thanks barryhunter, recently, I just found out what the right thing you 
pointed out.

And now, we worry about this function at another aspect that is user(our 
customer)'s confidential data.
Because the tile parameter uses dynamic urls of map service which generate 
images from user's business data.
So, I want to confirm that would these generated images sending to(or 
hosting at) Google's servers?

Best Regards,
Gising_me

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: What's the fundamental distinguishment between OpenLayers and GoogleMapsV3?

2011-02-02 Thread Gising_me
Thanks for your reply again, Rossko.

As a big company, our customer will use many geo functions in the GIS.

Not only Open Source solutions but also our GMaps solutions,
they have decided to use GMaps as their base(background) map,
and they will pay for GoogleMaps Premier license.
*Note: 
  The Open Source--OpenLayers solutions can just use GMaps which could be 
satellite or hybrid and something else as their base map,
  but must use its own API for usual operations on the map. Did I mistake 
this? I don't know the detail.

...OpenLayers and all are just tools...
...Google offer an integrated solution; maps and services...
Thank you! These are what I want to know more. And I found something talked 
about this issue at SO:
http://stackoverflow.com/questions/1237187/openlayers-vs-google-mapshttp://sstatic.net/stackoverflow/app_offline.htm?return=http://stackoverflow.com/questions/1237187/openlayers-vs-google-maps

Best Regards,
Jingle

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] [Consultation]What's the fundamental distinguishment between OpenLayers and GoogleMapsV3?

2011-02-01 Thread Gising_me
Hello everybody,

We now have a proposal (develop GIS) for customer that between OpenLayer + 
MapServer and GMapsV3 + other Server,
which one is a more perfect solution as they have many geo function 
requirements.
Our company prefer to GMapsV3, but some companys say OpenLayers.

By the way, the customer is a big company.

Best Regards,
Jingle

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: What's the fundamental distinguishment between OpenLayers and GoogleMapsV3?

2011-02-01 Thread Gising_me
Thanks for your reply, Rossko.

The fact is that battle between GMaps and Open Source GIS solutions.
1. Our competitors will use Open Source solutions to develop this GIS.
The Open Source GIS will cost much lower as their licenses are free or 
change less.
So, if we could not tell our customer the advantage and power of GMaps,
they are likely to use Open Source solutions.
And I, would not post more topics (problems or impressions or something 
about experience) :(
2. The customer will pay for GoogleMaps Premier license (we don't care about 
this), 
and we just use development license while developing the GIS.

Best Regards,
Jingle

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Can GMaps using for offline case?

2011-01-22 Thread Gising_me
We noticed this issue, too.

Anyway, thanks for your patient replies.

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Can GMaps using for offline case?

2011-01-20 Thread Gising_me
Thanks for your reply!

It seems to be well, but it looks like there would be another piece of cost.

We will refer this to our customer.

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Can polygon or polyline rotate?

2011-01-18 Thread Gising_me
Hello, everybody.

As the title mentioned, can I rotate the polygon or polyline overlay?

Such as first select an overlay, then click a button(programming) on the 
page 
so that the overlay rotate for some degree.

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Can polygon or polyline rotate?

2011-01-18 Thread Gising_me
Thanks for your reply, Pil!

It seems to be a nice way, I'll try it.

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Can GMaps using for offline case?

2011-01-17 Thread Gising_me
Thanks for your reply!

I read the contents that you provided.

It deed referred something about GoogleEarth, 
so I just look forward to GoogleEarth but not sure could find something what 
I need.

Any way, thank you again :)

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Can GMaps using for offline case?

2011-01-17 Thread Gising_me
Thanks for your reply, barryhunter!

But I just found that there is something restriction in the 'Google 
Maps/Google Earth APIs Terms of Service'  - 10.3.
So is this way illegal?

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Can GMaps using for offline case?

2011-01-17 Thread Gising_me
Thanks for all of you replies, guys!

But, what we want is GoogleMaps offline function but not GoogleEarth.
So it seems that there is no legal  valid solution currently.

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Can GMaps using for offline case?

2011-01-16 Thread Gising_me
Hello, everybody!

Our company will develop a system for a big construction company with 
GoogleMaps V3.
This construction company will buy GoogleMpas Premier license.

As a big construction company, the system must have good disaster recovery 
handle when down by some reasons.
So this time it use GoogleMaps, it must have handle for GoogleMaps down 
case.
Then, we want to know that can GMaps using for offline case and how could we 
use it?

Thanks a lot.

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: Can GMaps using for offline case?

2011-01-16 Thread Gising_me
Thanks for replying, Larry!

I searched, but almost for mobile solution.
Could you give me the Google Earth solution link you have seen for this use 
case?

Thanks a lot.

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



Re: [Google Maps API v3] Is there any API like ver2.x which can use other map service as overlay?

2010-12-22 Thread Gising_me
Thanks for your reply,

On Tuesday, December 21, 2010 10:45:05 PM UTC+9, barryhunter wrote:

 As you obviously suspected, its in the reference, here is a direct link:


 http://code.google.com/apis/maps/documentation/javascript/reference.html#ImageMapType

 On 21 December 2010 07:32, Gising_me jingl...@gmail.com wrote:
  Hello everyone,
As we know that there is an interface named GTileLayer in ver2.x
which can use other map service as overlay by the 'tileUrlTemplate'
  property.
 
Then, is there any API which working as ver2.x in ver3.x.
I can not look up it in the reference currently.
  Thank you.
 
  --
  You received this message because you are subscribed to the Google Groups
  Google Maps JavaScript API v3 group.
  To post to this group, send email to google-map...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-maps-js-a...@googlegroups.com.
  For more options, visit this group at
  http://groups.google.com/group/google-maps-js-api-v3?hl=en.
 

I saw the part which you specified.

But, it seems not to be the similar functionality like the v2.x.
Because there is 'tileUrlTemplate' in v2.x but is no in v3.x.

In v2.x, the option parameter is GTileLayerOptions, but ImageMapTypeOptions 
in v3.x.
I just think that they have something in similar but not the same, the big 
one is 'tileUrlTemplate' property.

Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Is there any API like ver2.x which can use other map service as overlay?

2010-12-20 Thread Gising_me
Hello everyone,

  As we know that there is an interface named GTileLayer in ver2.x 
  which can use other map service as overlay by the 'tileUrlTemplate' 
property.

  Then, is there any API which working as ver2.x in ver3.x.
  I can not look up it in the reference currently.

Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
Google Maps JavaScript API v3 group.
To post to this group, send email to google-maps-js-api...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.