Jump to content

Recommended Posts

Posted

First of all thank you for this great tool!!... :)

 

Question: could be used to measure the distance polyline?

 

thanks!!.

 

MMurgas

 

Yes , check the demo.

In every polyline or polygon event occurred ,

there is a len variable which is the length (in meters).

Posted

Hi,

 

I can't find anything on the forum about a installation error. I use UniGui 0.89 because

of the design/ JS EXT issue about uniDBEdit components and maybe it's releated to 0.89

 

Building the package is no problem, installing the package gives me this error:

 

Cannot load package 'uniTools14'. It contains unit 'uniDateUtils', which is also containted in package uniTools11.

 

 

Regards Peter

Posted

Create a new .dpk file (name it "UniGMapD2007")

 

Add the following code and try to install it in your Delphi.

 

 

package UniGMapD2007;

{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$IMPLICITBUILD ON}

requires
 rtl,
 vcl,
 vclimg,
 dbrtl,
 vcldb,
 uniGUI11,
 ExtPascal11,
 uIndy11,
 uniTools11;

contains
 UniGMap in 'UniGMap.pas';

end.

  • 3 weeks later...
  • 1 month later...
Posted

Hi Lema,

 

Kml  is not working.

 

Thank you .

 

Is your server successfully serving KML files ?

Can you get the KML file from your browser ?

(point your browser to http://yourserver/kmlfile.kml)

 

In IIS I had to add the KML mime type in order to serve up these files.

The MIME type for KML files is application/vnd.google-earth.kml+xml

  • 2 weeks later...
Posted
Dear, my question is how it should proceed to deploy a network of roads, this I have it in a KML file, but unfortunately I unfolded it as a layer, can I do this? .

 

Thank you in advance, attached image.

 

MMurgas

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...