Subscribe to this thread
Home - General / All posts - Create Tiles from Drawing
volker

1,086 post(s)
#19-Feb-20 13:33

How to create Tiles from a Table like this:

XMIN YMIN XMAX YMAX 580000,00000 5276000,00000 581000,00000 5277000,00000

and so on....


http://www.thegisservicesector.de

tjhb
10,094 post(s)
#19-Feb-20 13:47

In 9, incorporate

--SQL9

GeomMakeRectDiagonal(VectorMakeX2([XMIN][YMIN]), VectorMakeX2([XMAX][YMAX]))

into a SELECT INTO or INSERT INTO query, with RTREE index on the result field, and draw a drawing from the resulting table.

volker

1,086 post(s)
#19-Feb-20 13:50

Thank you much


http://www.thegisservicesector.de

Manifold User Community Use Agreement Copyright (C) 2007-2021 Manifold Software Limited. All rights reserved.