NASAWorldWind / WorldWindJava

The NASA WorldWind Java SDK (WWJ) is for building cross-platform 3D geospatial desktop applications in Java.
724 stars 327 forks source link

WorldWind server returned "application/x-qgis" content type for .shp and .shx files #35

Closed emxsys closed 7 years ago

emxsys commented 8 years ago

worldwind.arc.nasa.gov returned a content type of "application/x-qgis" for .shp and .shx extensions. The Shapefile class expected "application/shp" and "application/shx" respectively.

https://worldwind.arc.nasa.gov/java/apps/springfield/SPR_UGB.shp

pdavidc commented 7 years ago

The Apache configuration for worldwind.arc.nasa.gov returned the incorrect Q-Gis application MIME type for ESRI shapefiles ending with .shp and .shx. The apache server at worldwind.arc.nasa.gov now returns a null MIME type for shapefiles.