Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

CAD and GIS formats

Autocad, Netcad, Microstation, ArcGIS, Google Earth

DWG, NCZ, DGN, DXF,SHP, KML, 

GeoTIFF, ECW, SID, IMG

GEODI360: SRTMAP,NMEA,GPX,GPS,FLIGHTPLAN,FPL,IGC,XML

Netcad: NCZ, KSE, KSP , DRE , CKS, KAP, DRK

(tick) GeoArchive

(tick) Viewing

Info

Others

TXT, XML,

MPP, Microsoft Project Manager

UDF, Uyap Document Format

EYP, E-Correspondence Package

*.Drawio

MOBIDI, MOBIDI Office

Info

GEODI Url

GEODI Url is a GEODI specific format to link location(Point, Line or Area) with a weblink. You may use GEOID Url for a trekking route, a camping area or a place in an industrial plant. GEODI Url does not index page content, you may define a webcrawler to do that..

--

File Structure:

url=https://www.youtube.com/watch?v=O7X3TG8bfoQTürkçe=Bu videomuzda GEODI'nin yol firmaları ve kurumlar için faydalarını göreceksiniz.

English=This video shows how GEODI is usefull for road companies and authorities.

Geom=If you have Geometry in WKT format, it is enough to enter Geometry in Geographic WGS84 datum. For example POINT(33 42), LINESTRING (30 10, 10 30, 40 40).

geomdisplayname=We determine the label of the geometry on the map.

For WKT, please see What is WKT Geometry?

For WKT Drawing → https://arthur-e.github.io/Wicket/sandbox-gmaps3.html

...

Info

TargetExtension: Target file extension. Optional. If not defined, name matching connection with all files will be checked.

MainFileFormat: Specifies how to check for name matching with files. [FILE] indicates the file name [EXT] indicates the extension.

IgnoreMetaFile: Allows to omit metafiles. Optional. If left blank, the metafile is also indexed separately by GEODI.

GroupElement: Group node name in XML.

KeyElement: Key node name under the group node. Optional. Projection expression received with KeyElement is always considered as projection. It can be EPSG:... WKT.

  • projection : Projection in WKT or EPSG must be written in the META_VALUE field.

  • geom : WKT geometry must be written in the META_VALUE field.

  • previewbase64:base64 The preview image can be forced by throwing an image.

  • forcedsummary: can be forced to preview the summary to be displayed in all searches.

  • forcedviewurl: The address to be used for the viewer (to open the content) can be set.

  • permit: It is an authorized user list. It can contain user id, group id, provider group id list. Information about the active user can be retrieved from /api. Example : geodi:denemetest,ldap...,UserGroup_a1224,S-111-22155deny:Prohibited user list. can contain user id, group id, provider group id list. Information about the active user can be retrieved from /api. Example : geodi:denemetest,ldap...,UserGroup_a1224,S-111-22155


ValueElement: Value node name under the group node.


AreaElement: Field type value under the group node. Determines its position in the index. The AreaElement value can be Header or Content. Content is also seen in the summary content. The default value is Header. If the Content value is used, it is displayed in the summaries.

...

Permit is authorized, Deny is forbidden user list. can contain user id, group id, provider group id list. Information about the active user can be retrieved from /api. Example : geodi:denemetest, ldap..., UserGroup_a1224, S-111-22155

Code Block
<Meta>
       <metadata>
          <META_NAME>permit</META_NAME>
          <META_VALUE>geodi:denemetest,UserGroup_a1224,dece\yz,S-111-22155</META_VALUE>
       </metadata>
       <metadata>
        <META_NAME>deny</META_NAME>
        <META_VALUE>geodi:guest</META_VALUE>
       </metadata>
</Meta>

...