A virtual globe, map, and geographical information program.

learn more… | top users | synonyms

5
votes
3answers
119 views

Examples of Animated maps

I am currently looking examples of animated maps. Creating animated maps with the help of this post and similar post checking Animaps site also I am presenting this map in local school so those ...
-2
votes
0answers
39 views

How to create a polylines from latitude, longitude values?

I have consecutive poles coordinates in kml, now I want to join as a Polyline. Please give me the possible ways in Google Earth/any gis software!
4
votes
1answer
47 views

Changing projection in KML from Google Earth to Maps

I have created a bunch of map tiles for Google Maps mistakenly using the Google Earth projection. Is there a tool available to batch warp the KML files to the correct projection or will I need to ...
5
votes
2answers
79 views

Any Piri Reis shapefiles?

Incredible claims have been made about a map named after its creator (Piri Reis). I was looking into digitizing the map and overlaying it with a modern map of the world, specifically the east coast ...
0
votes
0answers
21 views

PNG placemark with labels all around

I am new to KML. I want to create a KML showing PNG placemarks with a label on top, below, left and right. I have one point geometry where PNG is show with labels all around. How can I do accomplish ...
1
vote
1answer
67 views

when Google earth launches , only black screen is appearing

i'm installing google earth on ubuntu 12.0.4 in a following way : Downloaded 64 bit . sudo dpkg -i google-earth-stable_current_amd64.deb google-earth But when Google earth launches , only black ...
0
votes
0answers
32 views

Google Earth gets hang when trying to update more than 1000 placemarks

If in my KML , i have 100 placemarks , and my network link is updating it in every 5 seconds , then it is possible in Google Earth In Other case , if i increased this to more than 1000 placemarks and ...
3
votes
1answer
31 views

Will Google Earth see my kml - on different versions?

Is there any difference in the kml script to allow different versions of Google Earth to see it ? If I write <?xml version="1.0" encoding="UTF-8"?> <kml ...
1
vote
0answers
138 views

Displaying a dynamic KML file on Google Maps as it is on Google Earth

how can i display my kml files through network link on Google Maps instead of showing it on Google Earth. I have tried the step mentioned on this link ...
1
vote
2answers
184 views

What is best way to convert DWG to KML using ArcGIS or alternatives?

What's the best way to convert Dwg file to Kml ? i have tried to convert Dwg file to shape file then convert it to KML, but i hadn't very good result , i had some shift from where should be seen in ...
0
votes
0answers
40 views

Adding and displaying custom wms layers with google earth api in geoext

Could anyone point me to some resources on adding custom wms+wfs layers over google earth api base layer in geoext? I have gone through this link, but I could not somewhat know how to do it. I even ...
4
votes
2answers
169 views

ArcGIS / Google Earth Alternatives

I currently have a python script that will take in data and output it as a KMZ file, which I then open in Google Earth on my desktop. The data has two views; a 3D polygon tower (clustered data) and ...
0
votes
0answers
11 views

Line Data up with google earth - data shifted [duplicate]

When I overlay my bulding shapefiles in google earth they are shifted, how can I make those shapefiles to appear on the same position as building appears in google map. my shapefiles are in WGS 84
0
votes
1answer
59 views

What are these Google Maps glowing spots? [duplicate]

Can any help me by identifying these glowing spots on the google maps image below? Am I in danger(I live nearby)? Google Maps Link
0
votes
0answers
55 views

Why are black triangles appearing in my 3D Multipatch to KML polygon?

I extruded a shapefile based on altitude values in the shp.s attributes(setting a base height, and extrude height), then converted that layer to a multipatch with 3D Analyst. After symbolizing the ...
2
votes
0answers
112 views

Geoserver, PostGIS and KML: Creating clickable nodes from OSM data

I have a PostGIS database that has OSM data imported into it using osm2pgsql and I'm using GeoServer to plot the points into a networked KML file for Google Earth. What I'd like to do is make the ...
2
votes
1answer
68 views

Create an animation that rotates around an central axis

I am looking to create an animation of a 3D model. I want the model to be the central object in the animation, so rotating around the model, always looking at the model. I am wondering what is the ...
1
vote
1answer
46 views

Transfer USGS overlays to Google Earth?

How to transfer aerial archives from USGS earth explorer onto GoogleEarth?
1
vote
0answers
74 views

OSGB36 referenced PNG to Google Earth

I am creating a PNG that is referenced to the OSGB36 datum (1 pixel per 50m easting/northing that is colored according to the result of some calculation code) I want to display this on Google Earth ...
1
vote
1answer
89 views

Why ignores Google Earth the gx:altitudeOffset in KML files?

I am currently writing software that creates 3D polylines and outputs these in KML format. According to the official documentation it is possible to define an altitude offset via gx:altitudeOffset to ...
0
votes
1answer
146 views

Which area measurement to trust? - The same polygon in GoogleEarth v. ArcGIS [duplicate]

Possible Duplicate: What is the most accurate coordinate system for calculating areas of polygons? I'm currently involved in comparing the "official metropolitan" areas of several cities ...
2
votes
0answers
149 views

How to Export a Shapefile as KML Using R

All, I have exported an ESRI shapefile (polygon) to KML using R, but the resulting layer shows only the outer extent of the polygon. How can I fill in the area with a color? Any help is greatly ...
3
votes
2answers
70 views

Displaying rectified raster (topos) in Google Earth

Looking for tool or an easy way (limited programming skills here) to display geotiffs in Google Earth. Specifically Canadian topos like this This Geogratis site has the same topos in regular tif and ...
0
votes
0answers
74 views

Creating and opening KML with Google Maps

I want to prepare a 3D map using Google-Earth plugin or Google Maps. I want to add only one layer to what Google provides. I've tried to prepare KML file using tutorial from the Google Website ...
3
votes
2answers
110 views

My KMZ works for older versions of GE, but not the newer ones

I have a KMZ file which is a time animation. It used to work in the older GE, such as version 5 (I think). I can load the KMZ file in the newer GE, but do not see the animation control bar to play it. ...
6
votes
2answers
264 views

Why do some maps show Sandy Island?

I need to ask you guys after reading this article. Any speculations on why some maps showed it? What can be the cause of inaccuracies in (web)Maps?
2
votes
2answers
171 views

Problems aligning layers digitized from Google earth into ArcMaps10

I'm a PhD student new to ArcGIS. I'm digitizing features from Google Earth to use in ArcGIS (I work in India, where the mapping in GIS is at best scanty). I drew along a river in Google Earth, saved ...
2
votes
1answer
123 views

Embedded images in KMZ not shown on Google Earth for iOS

I've created KMZs that work well in Google Earth. Their placemarks reference embedded images files like so <Placemark> <name><![CDATA[IMG_1288]]></name> <Snippet ...
3
votes
1answer
191 views

Using Google Earth to query database

I've been reading about using Google Earth to query data (this article) and I'm interested in learning how to make one of these. I just have a couple of questions: 1. Is this possible with the free ...
2
votes
0answers
252 views

Help converting projection/coordinates to Google Earth

I'm trying to program a GPS style tracker for a simulation game but I'm having a hard time figuring out how to transform the game's coordinates into Google Earth's. The game's world is flat and has ...
2
votes
1answer
202 views

How do I convert EPSG:26986 coordinate pairs to EPSG:4326 from the MassGIS web service, the Linux command-line, or PHP?

I'm a GIS newbie, normally a PHP web applications developer. I am trying to map all boundaries of the MA state representative districts. So I just need to convert polygon coordinates from the ...
4
votes
2answers
146 views

Is there a way to load a kml raster super-overlay in QGIS?

I have created a set of tiled rasters as a super-overlay in Google Earth, and it performs remarkably well. Is there some way to load a super-overlay as a layer in QGIS? I am wondering if this could be ...
1
vote
0answers
95 views

Google earth incorrectly rendering coordinates?

My circles are rendering funky on the poles, and along the equator. Here are my coordinates: 158.05553767833,-78.151355482613 152.68654993135,-76.924955252783 147.72303124605,-75.713526831152 ...
1
vote
0answers
124 views

Given two lat/long/time points I need to extrapolate an entire path along the earth

Given two points and the times between them, I'd like to draw a line around the earth. Everything I've tried led to some crazy lines, due to my inexperience with longitudinal movements. Here is the ...
1
vote
0answers
232 views

How to add multiple images to a Google Earth placemark?

I have a large number of Google Earth placemarks and 3-6 photos corresponding to each one. I would like to insert the photos into the properties of the placemark so that when the placemark is ...
0
votes
1answer
109 views

Which GUI system for my apps?

Apologies for such basic questions, but google really doesn’t seem to be my friend today. I am a long-time programmer, new to GIS. I am trying to get a feel for various aspects of GIS. In addition to ...
2
votes
1answer
180 views

Google Earth Super Overlay to TIFF

is there a way to convert a raster Google Earth Super Overlay to TIFF? My GE source contains raster tiles. Thank you, a
-2
votes
3answers
398 views

Define area of study in Google Earth before Import in Qgis

First, I would like to thank you, for your answers. Here is my problem: I wish implement a GIS solution to manage a water and wastewater network. In my project I have any map for use it like ...
1
vote
1answer
512 views

Exporting selected feature to google earth in QGIS?

Does anyone know if there is a plugin for QGIS that will export features to google earth similar to the one for MapInfo? Thanks, Alan
2
votes
1answer
89 views

prohibited: getting knowledge from GoogleEarth photos/videos, and use it for own map?

Is it prohibited to use knowledge you get from proprietary images or videos? Example: I found a geotagged photo (ponramio) in Google Earth with a well on it. So I know: "Ah, there is a well where I ...
2
votes
1answer
107 views

When was the Google Earth API launched?

Do you know the date when google launched that API: https://developers.google.com/earth/
1
vote
1answer
64 views

Layer use too big for the coordinate in GE

I've got a problem here. I already changed the format from Tab file into Shp file using MapInfo suggested by friends here. My question is, after we set all the layer into the right coordinates, even ...
1
vote
1answer
625 views

Export georeferenced image into Google Earth

I have created a georeferenced image as instructed in this fine tutorial: http://qgis.spatialthoughts.com/2012/02/tutorial-georeferencing-topo-sheets.html Now I would like to get this image into ...
5
votes
1answer
119 views

regionating vector data for use in Google Earth

Does anybody know of free/open source tools to regionate vector (kml) data, like the regionate tool in Google Earth Pro (see http://support.google.com/earth/bin/answer.py?hl=en&answer=175007)? I ...
2
votes
1answer
97 views

Adding images to placemarks multiple times

I have a route that I travel that is saved by coordinates to a .csv file for use in GE. I have images (pictures) that I would like to add to placemarks I have along the route. Is there a script or ...
1
vote
0answers
100 views

Data source for 3D buildings (germany)

I'm searching for a data base or webservice, that provides buildings at a level of detail (LOD) of cuboid (length,width,height) or roof, corners, etc or better. The area should cover germany. ...
4
votes
3answers
5k views

Add Google Basemap to ArcGIS

Has anyone found a way to add Google Earth imagery to ArcMap 10? Currently, to view dynamic imagery in Arc I select File > Add Data > Add Basemap > Bing Maps Aerial. I'm convinced that Google Earth ...
1
vote
0answers
107 views

Replicate ESRI ArcSDE Geodatabases in Google Earth Enterprise Fusion

Can we setup an automatic replication of an ArcSDE geodatabase into a Google Earth Enterprise Fusion periodically - weekly/monthly? The replication needs to be performed one way - from ArcSDE to ...
3
votes
3answers
2k views

drawing boundaries in google earth

I want to trace administrative borders as a layer in Google Earth. The problem is that although I know how to draw and save a polygon,I don't know how to draw contiguous shapes using the polygon tool. ...
1
vote
1answer
105 views

How to autoclamp to ground automatically in Google Earth using a dynamic KML created from ArcGIS Server 10

It loads as an absolute everytime so terrain must be turned off to see the lines. Any idea how to get it so they default to clamped to ground? Using newest version of GE.

1 2 3