有geoserver能发布为wms的全球的shape文件么?

sharpor 2012-05-21 10:30:24
我们目前用openlayer+geoServer(WMS)搭建Web Gis,对这部分技术不清楚。
要求:
1. 好看一些的,类似百度地图的样子;
2. 全球地图,分辨率不用太高,能看到城市边界就可以的,中国的稍微清楚一些的。

免费的,收费的,都可以。有朋友知道请指点一下。
谢谢。
...全文
252 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
huicaier 2012-09-10
  • 打赏
  • 举报
回复
[Quote=引用 4 楼 的回复:]
是不是open street map可以下载到非常详细的地图,但是应用的话,可能需要自己处理一下。
http://planet.openstreetmap.org/
[/Quote]是的,你也可以通过uDig的web服务器下载
hun_410 2012-06-06
  • 打赏
  • 举报
回复
是不是open street map可以下载到非常详细的地图,但是应用的话,可能需要自己处理一下。
http://planet.openstreetmap.org/
josephSC 2012-05-30
  • 打赏
  • 举报
回复
[Quote=引用 1 楼 的回复:]

搭车问一个问题啊,geoserver地图发布后,点击openlayer显示,直接跳转成下载一个wms文件了,这个是什么问题啊,能解答一下不
[/Quote]
为什么不自己开个贴来问。

我感觉你的问题可能是你的wms设置的不对没成功发布,或者是你openlayers连接wms的路径不对。
josephSC 2012-05-30
  • 打赏
  • 举报
回复
[Quote=引用楼主 的回复:]
我们目前用openlayer+geoServer(WMS)搭建Web Gis,对这部分技术不清楚。
要求:
1. 好看一些的,类似百度地图的样子;
2. 全球地图,分辨率不用太高,能看到城市边界就可以的,中国的稍微清楚一些的。

免费的,收费的,都可以。有朋友知道请指点一下。
谢谢。
[/Quote]

1. 你是问怎么用openlayers调用geoserver的 wms吗?

var map;

function init(){
var restrictedExtent = new OpenLayers.Bounds(-180, -90,
180, 90);

map = new OpenLayers.Map("map");

map.addControl(new OpenLayers.Control.LayerSwitcher());


var states = new OpenLayers.Layer.WMS(
"States", "http://localhost:8080/geoserver/wms",
{
layers: 'state',
styles: '',
format: 'image/png',
transparent: true
}, {
opacity: 0.5,
singleTile: false,
ratio: 1,
isBaseLayer: true
}
);

map.addLayer(states);

map.setCenter(new OpenLayers.LonLat(-110, 45), 3);
}

2. 买地图的话在网上搜一下吧,比如这个
canda 2012-05-23
  • 打赏
  • 举报
回复
搭车问一个问题啊,geoserver地图发布后,点击openlayer显示,直接跳转成下载一个wms文件了,这个是什么问题啊,能解答一下不
Preface 1 Chapter 1: GIS Fundamentals 7 What is GIS about? 7 The foundation of any GIS – spatial data 8 Measuring the world 9 Projecting a sphere on a plane 10 Understanding coordinate systems 12 Commonly used coordinate systems 12 Universal Transverse Mercator system 12 Web Mercator 13 Spatial Reference Identifier (SRID) 13 Representing geometrical shapes 14 Modeling the real world with raster data 16 Representing the world 17 Time for action – exploring OpenStreetMap 20 Adding more colors to your maps 23 Choropleth maps 23 Proportional maps 25 Time for action – making your thematic map 26 Summary 29 Chapter 2: Getting Started with GeoServer 31 Installing Java 32 Time for action – checking the presence of Java on Windows 32 Time for action – checking the presence of Java on Ubuntu 34 Time for action – installing JRE on Windows 35 Time for action – installing JRE on Ubuntu 36 Installing Apache Tomcat 38 Time for action – installing Apache Tomcat on Windows 38 Table of Contents [ ii ] Time for action – installing Apache Tomcat on Ubuntu 42 Time for action – configuring Tomcat as a service on Ubuntu 45 Installing GeoServer 48 Time for action – deploying GeoServer on Tomcat 49 Implementing basic security 51 Time for action – improving security settings 52 Summary 53 Chapter 3: Exploring the Administrative Interface 55 Understanding the interface 55 About & Status 57 Server Status 57 Locks 58 Connections 58 Memory Usage 58 JVM Version and fonts 58 JAI usage and configurations 58 Update Sequence 58 Resource Cache 59 Configuration and catalog 59 GeoServer Logs 59 Contact Information 59 About 60 Time for action – manually reloading configuration 60 Data 61 Layer Preview 61 Time for action – OpenLayers preview 62 Time for action – KML preview 63 Workspaces 64 Time for action – creating a workspace 65 Stores 66 Layers 68 Layer groups 69 Styles 69 Services 70 WMS 71 Time for action – limiting the SRS list from WMS 71 WFS 73 WCS 73 Settings 73 Global 73 Verbose Reporting 73 En

2,143

社区成员

发帖
与我相关
我的任务
社区描述
它是一种特定的十分重要的空间信息系统。它是在计算机硬、软件系统支持下,对整个或部分地球表层(包括大气层)空间中的有关地理分布数据进行采集、储存、管理、运算、分析、显示和描述的技术系统。
社区管理员
  • 地理信息系统
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧