Skip to content
#

gis

Here are 1,942 public repositories matching this topic...

thw0rted
thw0rted commented Jan 30, 2020

Sandcastle example: open any basic shape (e.g. Rectangle) and try to set an outlineWidth, or search "outlineWidth" on this tracker and read any of a bunch of existing issues, starting with #40 (!)

Browser: any

Operating System: Windows only, apparently

Since the very beginning of Cesium, people have been trying to use the outlineWidth property on EllipseGraphics, RectangleGraphics, Po

chaogis
chaogis commented Mar 5, 2020

maptalks's version and what browser you use?

maptalks's version: v0.47.0
browser : google chrome
Issue description

关于将geojson转为geometry的过程中, 对geometry进行处理的时候,
通过console.log(geometry)可以打印输出geometry中包含的properties属性;
但是调试的过程中,或者通过 geometry.properties 或 geometry['properties']的方式,
却提示geometry中没有properties 属性,很奇怪,前后不一致!
希望能解决这个问题.

**Please provide a reproduction URL (on a

Mappboy
Mappboy commented Feb 11, 2020

One of the instructions for compiling from source https://github.com/mapnik/mapnik/wiki/UbuntuInstallation is to install Harfbuzz (http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.34.tar.bz2), in my version of Ubuntu 19.10 this caused a problem with libpango, in turn causing gdm to break and stopped my machine from booting.

It might be worth attaching a note to the wiki th

domlysz
domlysz commented Mar 11, 2020

Please respect the following template to report a new issue, otherwise your issue will be automatically closed.

Before submitting, search through existing open or closed issues reports and through blender.stackexchange.com to check whether the issue already exists.

Make sure the issue concerns the BlenderGIS addon and not Blender itself.

In preference do not ask for help here, only report

mbloch
mbloch commented Jan 14, 2019

Lack of documentation is a problem for most users. I have a few ideas for how to improve the documentation.

  • There should be more examples.
  • Examples should all be runnable, and sample input data should be downloadable.
  • The documentation should include articles on important topics, for example, coordinate systems, simplification methods, and how to use JavaScript expressions as arguments
tst-cjeffries
tst-cjeffries commented Apr 16, 2020

The current portable build script is getting messy and unnecessarily complex. We should separate the Linux build of portable out of the python script and into our Scons build scripts. The portable python build script then would be dedicated to windows.

To Reproduce

See the portable build script.

Expected behavior

Portable for Windows is built with the dedicate python script a

sshuair
sshuair commented Sep 10, 2019

You can leave a link in the comments below if you have found some project not in the list. I will add it to the main list.

Comment sample:

  • name: QGIS
  • website: https://qgis.org
  • short description: A cross-platform free and open-source desktop GIS software.
  • category: Geographic Information System Software.

If the content was added to the master branch, a 😄 emoji will be show below

winsento
winsento commented Jan 29, 2019

Proj4js jsfiddle

var source = 'EPSG:4326';
var dest = '+proj=omerc +lat_0=51.25337665246619 +lonc=39  +k=0.9999406491557739 +x_0=96062.11582090713 +y_0=7596.58318533453 +gamma=-0.4017832147399834 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs';
proj4(source, dest, [37.93, 51.72])

cs2cs from here https://

gannebamm
gannebamm commented Mar 12, 2020

Is your feature request related to a problem? Please describe.
Since MapStore does use OL as default and there is no leaflet client currently working, we could get rid of leaflet code.

Describe the solution you'd like
We could stat stagewise and getting rid of files not needed anymore. E.g. the statics:

  • L.Control.Locate.css
  • L.Control.Opacity.css
  • L.Control.Pan.c
leaflet-geoman
jasonwinget
jasonwinget commented Dec 9, 2019

Please add additional examples of how to deal with the data generated by events. Expand on an example of how to use data of creating a line, etc. I normally understand the 'e' but I am missing the relevant data generated in the event, where is it? How does someone take this utility to the next level? How do you find your data for storing in a database (not how to store it, but where is the data

BobBooth
BobBooth commented Oct 14, 2019

The Crime Mapping sample (https://github.com/Esri/arcgis-python-api/blob/master/samples/04_gis_analysts_data_scientists/crime_mapping_visualization_and_analysis.ipynb) shows some nice data cleanup and wrangling functionality. The sample data that it points to cleans up to a CSV file with 886605 rows.

The next section involves creating a spatial data frame. (Note: It uses the syntax "from arcgi

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

Improve this page

Add a description, image, and links to the gis 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 gis topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.