Questions tagged [tatukgis]

TatukGIS is a comprehensive GIS development toolkit with many functions and properties, GIS internet server, and aerial imagery rectification software.

TatukGIS is a comprehensive GIS development toolkit with many functions and properties, GIS internet server, and aerial imagery rectification software.

For more see:

5 questions
2
votes
1 answer

tatukgis, save & load layer properties

If someone have some experiences with TatukGIS developer kernel product, can you explain how to programmatically save and load layer properties like in their free TatukGIS viewer product? The environment i use were Delphi 7 and BDS 2006 thanks…
Dels
  • 2,375
  • 9
  • 39
  • 59
1
vote
1 answer

How can I import existing local tatuk shape to ms sql server

TGIS_LayerVector l_exportlayer= new TGIS_LayerVector();// Existing Shape TGIS_Extent currentextent = l_exportlayer.Extent; string l_LayerName = l_exportlayer.Name; TGIS_LayerSqlAdoNet l_LayerSqlAdoNet = new…
Overlock
  • 128
  • 7
0
votes
0 answers

Loss of connection with PostgreSQL database tier on Azure VM

I have an Azure Virtual Machine running PostgreSQL 9.5 with Postgis installed and configured for external access (Internet). But I'm having trouble accessing a layer that contains point geometries. The problem occurs when I access this layer via…
0
votes
0 answers

PostgreSQL ODBC connection doesn't recognise my schemas

I am working with postgreSQL 9.6, postgis 2.3 and tatukgis viewer 3. I can succesfully connet using ODBC driver but I can't load a layer, an error is sent : "public schema doesn't exist". It seems like it can't read my table. Can somebody help me…
0
votes
1 answer

TatukGIS DK Scale Bar

How can I display the scale bar for my GIS Viewer? Apparently its not showing even if I already set the GIS Viewer property on my Scale bar. I also checked if its visible and it is set to true. An alternative that I though of is printing it to an…
Yuusha
  • 175
  • 1
  • 3
  • 10