-
I faced with issue after adding leaflet draw library to the app.
package.json:
```
{
"name": "angular-leaflet",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve…
-
I have been looking for a way to externally control a leaflet map. That is I have a list of addresses and I want to have a "show on map" link on every line. I wanted to share my solution and ask if th…
-
Took me a while to reproduce this on the example, but here's a screenshot:
![screenshot 2017-01-30 21 40 26](https://cloud.githubusercontent.com/assets/287330/22420165/075c9750-e735-11e6-80c1-17c66…
-
If I used this to get the a geojson polygon layer, the bringToBack works when I toggle the layer on and off:
Partial code:
```javascript
. . .
var vaisigano_catchment = L.geoJson(null ,{
st…
-
It would make it easier to use the same initialization config for multiple maps in the app (also, DRYness).
```
const MAP_CONFIG = [
'zoom' => 14,
'width' => '100%',…
-
CartoJS has a number of helpful events for getting information about map state:
https://carto.com/docs/carto-engine/carto-js/events/
I'm still thinking through how to approach this, but it starts…
-
The following operators should be available for different arguments for Structures:
- **County**: *Already working properly*
- Equal To
- Starts With
- Contains
- Ends With
…
-
# Summary
A Reflected Cross-Site Scripting (XSS) vulnerability has been identified in the Xinhu RockOA v2.6.3.
# Details
The XSS vulnerability originates from `/webmain/main/kaoqin/tpl_kaoqin_locat…
-
noted today that h3 is now at 4.0. the 4.0 API changes the name of methods. straight off the top of the [documentation](https://h3geo.org/docs/api/indexing/), the [3.x geo_to_h3 and h3_to_geo function…
-
To wit:
```scala
scala> import geotrellis.proj4._
scala> import geotrellis.raster._
scala> import geotrellis.spark.tiling._
scala> val foo = ProjectedRaster(ByteConstantTile(1, 1, 1), LatLng.…