Questions tagged «geoext»

3
堆栈-Mapnik,TileMill,OpenLayers,GeoExt
这是否可以作为使用基本GIS查看器功能(平移,缩放,图层切换,信息弹出窗口)为Web地图提供服务的堆栈? Apache Web服务器 Mapnik服务于地理数据(TileMill为Mapnik数据设置样式) OpenLayers显示在浏览器中 GeoExt或JQuery的附加功能 我有那个权利吗?我有什么想念的吗?我已阅读了一堆线程和其他Web地图信息,但仍不确定Mapnik的确切位置/方式。它可以替代堆栈中的GeoServer / MapServer吗? 对于TileMill,不确定如何将样式化的地图添加到服务器。 意见和建议非常感谢!

4
DB视图/表为空时如何避免出现粉红色图块?
从某种意义上说,我有一些空间视图,它们从其他表中选择了一些空间列。该表是使用geoserver发布的。该表是活动的,有时根本没有数据。当表中没有数据时,显示的wms全部都存在,red并且在Firebug控制台中的错误是: WMS返回: > <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE > ServiceExceptionReport SYSTEM > "http://192.168.70.65:80/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd"> <ServiceExceptionReport version="1.1.1" > <ServiceException> > java.lang.NullPointerException > null > </ServiceException></ServiceExceptionReport> 编码: function init(){ OpenLayers.IMAGE_RELOAD_ATTEMPTS = 1; OpenLayers.Util.onImageLoadErrorColor = "transparent"; map = new OpenLayers.Map('map', { projection: new OpenLayers.Projection("EPSG:900913"), displayProjection: new OpenLayers.Projection("EPSG:4326"), numZoomLevels: 21, maxExtent: new OpenLayers.Bounds(-20037508, -20037508,20037508, 20037508.34), controls: …
10 geoserver  wms  geoext 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.