Tính cài lại VPS, xong nghĩ đàng nào cũng cài lại, thôi thì nghịch cho đã rồi cài một lần luôn. Đó là lý do ra đời bài note này :v Cài QGIS Server trên Linux, dựa theo hướng dẫn […]
Chỉ là ghi chú về công nghệ GIS, Viễn thám (Remote Sensing), Web và WebGIS, bản đồ, map.. của một thằng mù công nghệ :))
Tính cài lại VPS, xong nghĩ đàng nào cũng cài lại, thôi thì nghịch cho đã rồi cài một lần luôn. Đó là lý do ra đời bài note này :v Cài QGIS Server trên Linux, dựa theo hướng dẫn […]
Hôm qua sửa cái WebMap dùng leaflet, sẵn note lại một số cái hay dùng Add layer map.addLayer(kcnlonghaujson); Remove layer map.removeLayer(maplayer); Check if layer is added map.hasLayer(khucongnghiepjson); //return true/false Zoom event map.on(‘zoomend’, function() { var zoomlevel=map.getZoom(); var is_added=map.hasLayer(khucongnghiepjson); if((zoomlevel<=14) && […]
Hôm trước nộp đĩa luận văn, có note lại các bước deploy cái WebGIS của mình để cho thầy cô deploy ra mà kiểm tra. Nay note lại đây luôn để khi cần tìm cho dễ =)) Cài đặt Apache, […]
OSM Plugin này dùng thư viện Openlayers để hiển thị bản đồ Dữ liệu mẫu: https://dothanhlong.org/mapdata/vietnam.kml [osm_map_v3 map_center=”15.62,107.86″ zoom=”5″ width=”100%” height=”600″ file_list=”https://dothanhlong.org/mapdata/vietnam.kml” type=”stamen_toner” file_color_list=”#f72dd3″ control=”fullscreen,scaleline,mouseposition” file_title=”Vietnam Provinces”]
Test leaflet plugin for WordPress Dữ liệu mẫu: https://dothanhlong.org/mapdata/vietnam_provinces.geojson [leaflet-map doubleClickZoom=true scrollwheel=true zoom=22 tileurl=https://stamen-tiles-{s}.a.ssl.fastly.net/watercolor/{z}/{x}/{y}.jpg] [leaflet-geojson src=https://dothanhlong.org/mapdata/vietnam_provinces.geojson fitbounds=1 popup_property=”ten”]
Hôm nay Chủ nhật, ngồi rảnh rỗi mới tiếp tục cái ý tưởng làm cái ứng dụng Web cho phép mọi người tạo các Map Services (WMS, WFS) từ dữ liệu của họ để có thể chia sẻ hay sử […]
I am having problem parsing
1 |
<span class="pln">http</span><span class="pun">:</span><span class="com">//localhost:8080/geoserver/wms?request=GetStyles&layers=topp%3Astates&service=wms&version=1.1.1</span> |
getStyle response from geoserver of layer topp:states. I want to get the SLD information of a layer with openlayers. I get blank response for the following request. The response parsed SLD file has no […]
Installing Apache, QGIS Server, And Lizmap Web Client On Windows OS /******************** Note lại dành đọc sau thanks for https://opengislab.com/blog/2018/7/7/updated-installing-apache-qgis-server-and-lizmap-on-windows-os ******************/ July 10, 2018 This is an updated version of my previous blog post on installing Apache, QGIS Server, and Lizweb Map […]
/******************** Note lại dành đọc sau thanks for https://opengislab.com/blog/2018/7/19/using-lizmap-plugin-to-publish-web-maps ******************/ July 19, 2018 This post is a continuation of the previous Updated Installing Apache, Lizmap Web Client, and QGIS on Windows OS blog post. You need to have a GIS server set up […]
Hồi trước, có ý định làm trang chia sẻ bản đồ gọi là YourMap Ý tưởng là cho mọi người upload bản đồ của họ lên dưới dạng GeoJson hoặc xyz tiles, tạo các bản đồ và chia sẻ bản […]