google-earth

Can we display geographical border in Google Map V3 as we do in Google Earth, in satellite view?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-08 07:32:55
问题 Can we display geographical borders of country in satellite view of Google Maps V3, similarly the way border is displayed in Google Earth in satellite view? Thanks! 回答1: I believe something like this should give you borders in satellite view. var custom-Style = [ { featureType: "administrative.country", elementType: "all", stylers: [{ visibility: "on"}] }, { featureType: "administrative.land_parcel", elementType: "all", stylers: [{ visibility: "on"}] } ]; var myOptions = {mapTypeId: google

Referring to a Placemark in KML

南楼画角 提交于 2019-12-08 02:48:06
问题 Is there a way to refer to a placemark (probably by using the Placemark ID attribute) ? Use case: Suppose you have a list of bus stops in a city. Some stops will be common to many bus lines. If Placemark referencing was possible, there could be a master list of all stops and each line (set in a separate Folder) could just refer to one of the above Placemarks. Selecting more than one Folder would display the other Placemarks for those lines, but the Placemarks already displayed would not show

Unable to create KMZ file using java.util.zip

岁酱吖の 提交于 2019-12-06 11:03:23
问题 So, I have made some sample KML/KMZ files in the past, largely by hand, and have discovered a few inconsistencies with Google Earth as a result of this work. For the most part, I thought I had a good handle on what I needed to do for specific versions of GE. Recently, I attempted to add some automation to my KML/KMZ sample files to customize them for certain clients based on a given CSV of points and other metadata. I want to reach out to those with experience creating KMZ files from Java

Debugging KML file

戏子无情 提交于 2019-12-06 09:11:57
<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom"> <Document> <Placemark> <Name>Test Name</Name> <Description><b>Project Information</b><br><ul><li>Project Name: Test Name</li><li>Project Number: Test Number</li><li>Project Location: Test Location</li><li>System: Test System</li></ul><br><b>Project Team</b><br><br><ul><li>Regional Manager: Mem 1</li><li>Project Manager: Mem 2</li></ul><br>YouTube Video URL: <a href="http://youtu.be

Replace pannable world map image by Google Earth globe in Kinect sample

人走茶凉 提交于 2019-12-06 02:18:05
I need basic guidance on how to control Google Earth using Kinect Hand gestures instead of using mouse/keyboard navigation. I have ran Kinect Developer toolkit sample, and there is one named interactive gallery in C# that allows panning world map (It's a static image). Here is the link to it's documentation, Kinect interactive gallery I exactly want to create the same thing but allowing the world globe to be moved,zoom and rotate using hand gestures instead of a simple map image. Currently I ran Google Earth in WPF application using a google earth plugin and using it via web browser component.

Maps with Windows Forms application

拟墨画扇 提交于 2019-12-05 22:39:26
问题 I am building a C#/Winforms application that requires a map (a la Google maps, Bing maps etc.). But I am terribly confused by the ToU (licensing) - non-commercial use etc. My questions: What mapping provider would you suggest (preferably free) to embed with a winforms application, for commercial purposes. What mapping provider would you recommend if the app is "offline" i.e. cannot get tiles from a mapping server. Google Earth seemed quite promising until I read in the ToU of non-commercial

What is the best way to generate KML files in C#?

橙三吉。 提交于 2019-12-05 02:14:38
What is the best way to generate KML files using C#? Is there a class library that I can use? I have looked and struggled to find anything interesting. libkml doesn't have a C# implementation or wrapper. Any help would be great. SharpKML - library based on Google's C++ implementation of libkml Here are ​​​​​​​​​​​​​​​​some: http://code.google.com/p/kml-library/ http://www.codeproject.com/KB/cs/Google_Earth_KML_Files.aspx http://gekml.boseefus.com/ 来源: https://stackoverflow.com/questions/2496660/what-is-the-best-way-to-generate-kml-files-in-c

Is there a way to divide a map into square grids and retrieve latitude/longitude information from there? [closed]

≡放荡痞女 提交于 2019-12-04 22:39:44
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I have a map of a specific area and I need to determine whether a given location -with lat-lon coordinates- falls into any grid that covers this map. I decided to divide the map of the area I was given into 1 km x 1 km square grids using Google Earth -enabling the square grids using CTRL+L and zooming to the

Unable to create KMZ file using java.util.zip

泄露秘密 提交于 2019-12-04 17:47:49
So, I have made some sample KML/KMZ files in the past, largely by hand, and have discovered a few inconsistencies with Google Earth as a result of this work. For the most part, I thought I had a good handle on what I needed to do for specific versions of GE. Recently, I attempted to add some automation to my KML/KMZ sample files to customize them for certain clients based on a given CSV of points and other metadata. I want to reach out to those with experience creating KMZ files from Java with custom icons or content. Here's the wrinkle I'm stuck on: I created, by hand, a bunch of styles and

Google Earth Heat Maps

杀马特。学长 韩版系。学妹 提交于 2019-12-04 11:09:30
问题 Is there a way to create a heat map in google earth, so areas with higher values (of some specified parameter, such as population) appear as hotspots? 回答1: This seems possible. For instance, take a look at those few links : Disclaimer : I've tried none of those HeatMapAPI.com And an example But I'm not sure how you'd do it ; seems related to .NET and a dll in some way... so might not be as nice as it seems... Density Mapping in Google Maps with HeatMapAPI Heat Maps for Google Maps - (a.k.a