Tagged Questions
3
votes
2answers
891 views
How to perform spatial queries on polygons in mongodb?
I will build a GIS system based on polygons, not just points.
I wanted to use mongodb or postgis.
how do this in mongodb?
Query A - get the center of a polygon
Query B - distance between two ...
16
votes
2answers
4k views
Best GIS system for high performance web application - PostGIS vs MongoDB
I am working on a web/mobile application based on location data. Since i am already familiar with MongoDB, i found the geospatial indexing of mongo is quite suitable for my needs. As i am mainly ...
17
votes
3answers
3k views
How to store lines and polygons in JSON documents?
Looking at the increasing NoSQL movement and considering that databases like MongoDB offers a new perspective in flexible data storage for GIS. What is the best way to store lines and polygons in ...