xiaomi999
xiaomi999
Dark mode is applied for layer tree and editor panel by default, I wonder if it is possible to support light mode?
Seems like L7 support different Map Engine such as Mapbox and Gaode Map. So I wonder how does the L7 handle the CRS when add overlays(point/linestring/polygon)? As far as I...
Hi: I just found tegola which is a wonderful tool for vector tile serving. I want to make some changes , however I can not make it clear enough about...
Hi: As postgis document said: >Enhanced: 3.2.0 srid as an extra optional argument was added. Older installs require combining with ST_SetSRID to mark the srid on the geometry. Any plan...
I am new in scrapy, and I meet some problems which I can not get answer from google, so I post it here: 1 Cookie not work even set in...
The official mapbox map [example](https://docs.mapbox.com/mapbox-gl-js/example/set-config-property/) load a [3d building tile source](https://api.mapbox.com/v4/mapbox.mapbox-3dbuildings-v1.json?secure&access_token=pk.eyJ1IjoiZXhhbXBsZXMiLCJhIjoiY2p0MG01MXRqMW45cjQzb2R6b2ptc3J4MSJ9.zA2W0IkI0c6KaAhJfk9bWg) with `glb` format for the 3D landmark buildings generated by Mapbox team. I'd like to know: 1 What is...
Hi: I'd like to know how does maptalks support mapbox vector tile at the moment? Should I still use the [`maptalks.mapboxgl`](https://github.com/maptalks/maptalks.mapboxgl) plugin to load `mapbox-gl-js` as the backend or maptalks...
docker-compose.yaml: ``` version: "3" services: app: image: xxx proxy: image: dockercloud/haproxy links: - app ports: - 81:80 volumes: - /var/run/docker.sock:/var/run/docker.sock ``` After run `docker-compose up --scale app=2` , I got...
I am using the latest `closure-util` to build my application with ol ,however the following config works but does not export `ol.Map`. ``` { "lib": [ "node_modules/openlayers/src/**/*.js", "node_modules/openlayers/build/ol.ext/**/*.js", "src/**/*.js" ],...
pom.xml: ``` com.soebes.maven.plugins iterator-maven-plugin 0.3 package iterator dev prod1 prod2 org.apache.maven.plugins maven-assembly-plugin 2.6 single @ ${project.basedir}/src/main/assembly/common.xml ``` When assembly different packages, I need filter some properties for the resources file,...