postgis
Here are 690 public repositories matching this topic...
-
Updated
Feb 3, 2022 - JavaScript
-
Updated
Feb 5, 2022 - C++
-
Updated
Feb 6, 2022 - PLpgSQL
Context: this from @agila5: https://twitter.com/a_gilardi5/status/1487813588454678528
I have not had a chance to read the explanation and am not sure what we should say on the topic but guess it's worth a mention here. Any thoughts?
Using code-block does not allow links to sections on the documentation page
Using parsed-literal allows links, specially useful for the inner queries
- doc/al
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
In order to determine the properties of a geometry column, the OID::Spatial#parse_sql_type method is called in the SchemaStatements#initialize_type_map method for geometry types. This method parses a sql_type (ex. "geometry(Polygon,4326)") and derives the geo_type, srid, has_z, has_m, and geographic properties from the string.
The problem is that after a join, sql_type comes i
-
Updated
Jan 29, 2022 - Scheme
-
Updated
Jan 24, 2022 - Rust
-
Updated
Feb 3, 2022 - JavaScript
-
Updated
Feb 6, 2022 - C
-
Updated
Jan 13, 2022 - JavaScript
-
Updated
Sep 7, 2021 - C
I created a report (#182) because, as a newbie to Mapwarper, I didn't realize how to enter lat-long manually for the control points. I was confused by the GUI - I didn't understand what I was seeing. Here is what ran through my mind when I first saw the Rectify page after importing my PNG file:
- I saw my image on the left, and the world map on the right. I wondered why the world was shown the
The current distribution contains a bash script. The equivalent for windows systems should be created. Probably something like a baremaps.bat file containing:
@echo off
set dir=%~dp0%
set LIB="%dir%..\lib\*"
java -cp "$DIR/../lib/*" com.baremaps.cli.Baremaps %*
-
Updated
Aug 17, 2021 - CartoCSS
-
Updated
Nov 11, 2021 - C
-
Updated
Feb 3, 2022 - C
-
Updated
Jan 15, 2022 - Python
-
Updated
Jan 25, 2022 - PLpgSQL
-
Updated
Jan 6, 2020 - Python
Improve this page
Add a description, image, and links to the postgis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the postgis topic, visit your repo's landing page and select "manage topics."


Hello Maurits,
This is more of a request than it is an actual issue, but I think the value in this request is really high (for newcomers, especially - but not limited to).
Could you please add a COMPLETE application example of using the API (with user authentication, maybe even with the user-creation SQL script, table authorization, etc).
This would be really really helpful as a quickstart /