Skip to content
#

openlayers

Here are 326 public repositories matching this topic...

Sebastian-G
Sebastian-G commented Apr 21, 2020

Describe the bug
We are using Angular 9,jest@25.0.0, typescript@3.8.3 and latest ol@6.3.1

While running our unit tests following error occurred:

RangeError: Maximum call stack size exceeded
          at getTypeOfFuncClassEnumModule (node_modules/typescript/lib/typescript.js:41221:46)
          at getTypeOfSymbol (node_modules/typescript/lib/typescript.js:41342:24)
          
bagage
bagage commented Dec 26, 2019

When you try to use a column of type JSON, tegola fails:

util.go:155: 114 type is not supported. (Expected it to be a stringer type)
map.go:202: err fetching tile (z: 7, x: 64, y: 46) features: for layer (cities-point) unable to convert field [3] (string) of type (114 - json) to a suitable value: map[dates:map[2017:3044 2018:4] simplified:[]]

It would be awesome if it could be supported

codingmiao
codingmiao commented Nov 28, 2019

Request a feature or report a bug? [这是一个需求还是一个缺陷]

缺陷

One-line summary [问题简述]

在某些环境下,examples/js/utils.js.getLanguage函数返回的语言字符串不符合预期

Version [产品及版本]

iClient 最新版本,以nginx暴露,在部分浏览器下


Actual Behavior [当前现象]

在某些环境下,examples/js/utils.js.getLanguage函数返回的语言字符串不符合预期,例如guage

sebastian-r-schmidt
sebastian-r-schmidt commented Dec 3, 2019

I'm trying to integrate t-rex-tileserver as backend to QGIS Desktop via the vector tiles reader Plugin available via http://plugins.qgis.org/plugins/vector_tiles_reader/.

When Connecting to t-rex, a URL pointing to style.json and tiles.json files is needed in the
Vector Tiles Plugin. While connecting to t-rex that plugin sends HTTP HEAD requests to those URLs in order to check if they exist.

riccardoklinger
riccardoklinger commented Jun 27, 2019

As I am deepdiving into the code for 2 weeks now, it is still hard for me, to figure out, what function is doing what in which situation. I am not a heavy-coder and I would like to propose to write a short description into every function/class on the purpose of it and when it is called.
This is done nicely in the exporter.py file already but is missing for most of the others.

smillerk2
smillerk2 commented Dec 2, 2019

Great library. However, there is a bug when zooming out. Using your Fiddle "as is", when you enter a location (e.g. Toronto) click the zoom out button a few times. You will see the marker re position itself with every zoom change until eventually it becomes inaccurate.

How can the Geocoder marker position be retained so that it's accurate when the

Helveg
Helveg commented Mar 2, 2020

The documentation guide doesn't explain how we can access the Open Layers API or whether that's possible/idiomatic for this package. Could you explain the basics of how we could translate and apply the OpenLayers documentation to this package?

What would for example the corresponding import be for:

import {fromLonLat} from 'ol/proj';
# Something like this?
# import { fromLonLat } from
stuggi05
stuggi05 commented Mar 10, 2020

When define descriptions for certain values in qgis e.g. with value maps, qgis shows the descriptions in the attribute table instead of the values. Lizmap does only show the values. It would be better, if Lizmap could also show the description if its set.

mconte79
mconte79 commented Sep 12, 2018

Hi,
I tried to add cartoview on existing geonode following this instructions:

  1. pip install cartoview==1.8.3 --no-cache-dir => OK no errors;
  2. open geonode settings.py and add the following lines at the end of the file....I add the lines to the files /usr/local/lib/python2.7/dist-packages/geonode/settings.py
  3. reboot

When the server is on if I try to access to Geonode I get Internal Se

Improve this page

Add a description, image, and links to the openlayers topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the openlayers topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.