World Wind Forums

Go Back   World Wind Forums > Community > WorldWind General

WorldWind General General WorldWind discussions.
Note: This is not a technical support forum. It is for World Wind topics that don't fit into other categories.

Reply
 
Thread Tools Display Modes
Old 08-20-2010, 01:45 AM   #1
neightl
Junior Member
 
Join Date: Aug 2010
Posts: 2
neightl is on a distinguished road
Default Hybrid OpenStreetMap OSM

I downloaded the source to World Wind. I am extending gov.nasa.worldwind.examples.ApplicationT emplate. I'm inserting a gov.nasa.worldwind.Earth.OpenStreetMapLa yer into the layers before the compass layer. However, when I run the program, I don't see the street map overlaid on the aerial photo, except in Santa Barbara, California. Anyone have a suggestion?

Quote:
package main;

public class Test2 extends ApplicationTemplate {

public static void main(String[] args)
{
final AppFrame frame = Test2.start("Test2", AppFrame.class);

OpenStreetMapLayer osm = new OpenStreetMapLayer();
Test2.insertBeforeCompass(frame.getWwd() , osm);
osm.setEnabled(true);

}
}
neightl is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Openstreetmap Layer gk_fabs Development Help 18 03-14-2013 09:11 PM
Problems reading OpenStreetMap hawley.m Development Help 2 03-25-2010 09:47 PM
OSM layer is not working in WWJ wwj user Development Help 2 01-05-2010 04:06 PM
Openstreet or garmin maps integration camicase82 Development Help 5 12-16-2009 02:33 PM
About the OSM layer: removing town names? fabrizio.giudici Feature Discussion 2 06-02-2008 04:28 AM


All times are GMT +1. The time now is 06:10 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.