by mika
29. September 2012 14:19
Some of the manifold related code snippets are now available on github through cartomatic's github page.
df704179-32e9-447c-9f5e-5c3a9522450e|0|.0
Tags:
by mika
26. June 2012 08:07
Just a couple clips from our Dutch partners - NatuurNetwerk. This is an example of an app written by cartomatic and used for the wildlife resource managment i Holland by rangers, police forces, etc.
Navigation, search, measure tools; hystorical ortho imagery
...
[More]
by mika
16. May 2012 09:30
Just a couple of videos featuring our new geoCMS platform released a couple of months ago. This is a web GIS based application designed to easily create, manage and publish spatial data.
Currently there are three modules available: geooportal, geoCMS and a mobile application. The first tw...
[More]
by mika
20. September 2011 11:26
While working on one of our recent projects we came with an idea (or I should rather say - we eventually managed to spare some time on something not strictly project related ;) that giving some more context to a map should improve the perception of the map data itself:
Looks like the idea is not ...
[More]
by andre
15. July 2011 14:35
These steps show how to calibrate scanned maps.
In this example we work with Polish projection - Borowa Gora
Steps:
1. Import raster (format *.jpeg, *.jpg)
2. Create control points on raster. Add them clock wise.
3. Create empty drawingand assign projection (Polish - Borowa Gora). ...
[More]
by mika
14. July 2011 08:28
You may sometime need to export all the components of given type so they can be used in another GIS environment. Here goes a script that does exactly this. The example exports all the drawings and tables to either shp or xls:
using Manifold.Interop.Scripts;
using M = Manifold.Interop;
class Scr...
[More]
by mika
11. July 2011 10:47
It's been a while since the last post appeared here so this one will be rather longish ;-)
Recently in one of our projects we had a requirement to allow users to upload their images to the database so they can later be viewed by other users of the application.
For the clientside we used the ExtJs ...
[More]
by mika
22. March 2011 16:43
Recently I have played a bit with manifold to find out how to prepare a cost surface. There are no out of the box tools in manifold to magically create such a surface but a bit of sql does the job.
Lets assume we have two components - a surface and a drawing. Surface will be a container for our out...
[More]