文件名称:the_geom_geojson:对于 PostGISPostgreSQL 和 ActiveRecord,提供更新“the_geom”和“the_geom_webmercator”列的“the_geom_geojson”getter 和 setter
文件大小:13KB
文件格式:ZIP
更新时间:2024-07-01 13:59:29
Ruby
TheGeomGeoJSON 对于PostGIS/PostgreSQL 和ActiveRecord,提供了the_geom_geojson getter 和setter 来更新the_geom geometry(Geometry,4326)和the_geom_webmercator geometry(Geometry,3857)列。 像这样的 Web 地图库通常不支持 PostGIS 的原生表示,但它们确实支持 ,因此该库有助于在两者之间进行转换。 要求 >=9 2.0.0 >=4 如果存在,则the_geom列必须是 如果存在,则the_geom_webmercator列必须是 (基本上相同,应该优先于)。 为什么是the_geom和the_geom_webmercator ? 根据常用的,您有一个如下表: CREATE TABLE pets ( id
【文件预览】:
the_geom_geojson-master
----.travis.yml(58B)
----Rakefile(160B)
----the_geom_geojson.gemspec(1KB)
----.yardopts(32B)
----CHANGELOG(1KB)
----Gemfile(101B)
----.rspec(31B)
----spec()
--------the_geom_geojson_spec.rb(141B)
--------the_geom_geojson()
--------spec_helper.rb(137B)
----.gitignore(185B)
----lib()
--------the_geom_geojson()
--------the_geom_geojson.rb(1KB)
----README.md(4KB)
----LICENSE.txt(1KB)