openlayers
Here are 326 public repositories matching this topic...
If the valueField parameter is not set in the config, the documentation specifies that valueField parameter should fall back to 'value'. However, the values are at some point through the plugin. I have created a fix so will make a pull request shortly.
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
-
Updated
Jun 19, 2020 - JavaScript
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
Hi,
I wonder if exist an example that can show how can we use vue layer to find the distance as shown here in open layer example
https://openlayers.org/en/latest/examples/measure.html
Thanks
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.
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.
https://codepen.io/geoadmin/pen/xZvNEY?editors=0010
ALL OS ALL Browsers
no result when entering eg 3012
- inform users that our API Doc is not working anymore please use Ol6 directly sth in this direction
Description
Adding a new widget in a Dashboard with already existing widgets, the new widget is placed in a standard position, changing the position of the already existing widgets
In case of Bug (otherwise remove this paragraph)
Browser Affected
(use this site: h
The NominatimSearch component uses a default inline style which overrides css classes and forces users to use !important. See https://terrestris.github.io/react-geo/docs/latest/index.html#nominatimsearch
I suggest removing the default style from the component to be able to properly work with css classes
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
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
ContextMenu.close() does not work also contextmenu.element.childElementCount never becomes zero
I have modified the fiddle created by you and created a new one here jsfiddle.
below is the code with the change, I have marked the lines which I have changed.
`contextmenu.on('open', function (evt) {
var feature = map.forEachFeatureAtPixel(evt.pixel, ft => ft);
if (feature && feature.get('type') === 'removable') {
contextmenu.clear();
re
Openlayers has numerous examples for how to use GeoJSON with their maps.
Is this supported in ngeo, any hints for how to use ?
http://openlayers.org/en/latest/examples/geojson.html?q=geojson
Thanks!
Matt
New user for ngeo
The online API-documentations, which are linked on the GeoExt website, are outdated.
https://geoext.github.io/geoext3/master/docs/
https://geoext.github.io/geoext3/master/docs-w-ext/
For example the config option passThroughFilter of the [FeatureStore](https://geoext.github.io/geoext3/master/docs/#!/api/GeoEx
In the docs, translated, I see:
The particle Field and Vector Vector calculation code are extracted for easy extended calculation, such as using webworker or gpu.js acceleration.
Can we get an example of GPU.js usage?
-
Updated
Jun 8, 2020 - JavaScript
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.
-
Updated
Jun 11, 2020 - TypeScript
-
Updated
Feb 21, 2018 - JavaScript
-
Updated
Jul 4, 2018 - JavaScript
Hi,
I tried to add cartoview on existing geonode following this instructions:
- pip install cartoview==1.8.3 --no-cache-dir => OK no errors;
- 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
- reboot
When the server is on if I try to access to Geonode I get Internal Se
-
Updated
Feb 19, 2020 - JavaScript
Improve this page
Add a description, image, and links to the openlayers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the openlayers topic, visit your repo's landing page and select "manage topics."

Describe the bug
We are using Angular 9,
jest@25.0.0,typescript@3.8.3and latestol@6.3.1While running our unit tests following error occurred: