
webGis
文章平均质量分 67
wildworld123
这个作者很懒,什么都没留下…
展开
-
leafelt-geoman-styleeditor插件集成
leafelt-geoman-styleeditorhttps://github.com/weizhixiang/leafelt-geoman-styleeditor集成以下三个leaflet插件https://github.com/geoman-io/leaflet-geomanhttps://github.com/dwilhelm89/Leaflet.StyleEditorhttp...原创 2020-03-12 11:28:52 · 1606 阅读 · 2 评论 -
cesium1.66+vue填坑记录
我是用vue-cli3建的项目,参考了这篇文章https://blog.youkuaiyun.com/weixin_44402694/article/details/88028155以及官方的webpack项目https://cesium.com/docs/tutorials/cesium-and-webpack/但是还是有以下几个坑"export ‘default’ (imported as ‘C...原创 2020-02-24 11:19:07 · 3398 阅读 · 0 评论 -
win10下搭建webGis开源开发环境
平台:win10 64位软件:GeoServer2.41.1+PostgreSQL10+PostGis+osmosis0.47数据源:openstreetmap基础的JDK安装环境设置,最基础的不说了PostGis使用Stack build安装到PostgreSQL10,端口正确osm的数据我使用的osm格式的具体导入:Progis简单模式导入:建立数据库以postgis_24_...原创 2018-12-15 19:03:53 · 1476 阅读 · 2 评论 -
win10上使用osm2pgsql导入osm数据
Pgadmin4建立数据库建立数据库后,执行CREATE EXTENSION postgis下载软件windows平台(win10可用)osm2pgsql下载地址:http://customdebug.com/osm/osm2pgsql.zipdefault.style文件:https://github.com/openstreetmap/osm2pgsql/blob/master/de...原创 2018-12-18 17:51:39 · 2514 阅读 · 0 评论 -
switch2osm网站教程一个坑
按照Manually building a tile server (18.04 LTS)的那篇文章就是显示不出地图手动建立一个本地openstreetmap服务器中的一个数据库设置没说Then we convert the carto project into something that Mapnik can understand:carto project.mml > mapn...原创 2019-04-08 16:11:07 · 492 阅读 · 0 评论 -
javascript中undefined的处理
JavaScript 中有两个特殊数据类型:undefined 和 null,先看看 undefined 的判断,欢迎各位同仁交流一番:第一次碰见undefined的时候,我用的是java那一套,我是这样处理的if (obj== undefined){ /*逻辑*/ }事实说明我是自作聪明了,查询之发现,大家通常正确的做法是这样的,if (typeof(obj) == "undef...原创 2019-04-18 09:51:41 · 1619 阅读 · 0 评论 -
使用osm数据+postgreSQL+tegola+openlayers搭建轻量化矢量切片环境
tegola简介Tegola是一个矢量切片服务器,提供Mapbox Vector Tiles,支持PostGIS和GeoPackage数据提供程序。用户文档可以在tegola.io找到tegola特征原生几何处理(简化,裁剪,制作有效,交集,包含,缩放,翻译)符合Mapbox Vector Tile v2规范。具有自动生成样式的嵌入式查看器,可实现快速数据可视化支持PostGIS和G...原创 2019-04-19 08:58:11 · 2475 阅读 · 2 评论