lema Posted December 19, 2012 Author Posted December 19, 2012 New version2012-12-19 v1.3.3-- Full Latitude, Longitude path in directions Quote
Hayri ASLAN Posted December 19, 2012 Posted December 19, 2012 İt's Great! Thank you very much lema. Quote
mmurgas Posted December 21, 2012 Posted December 21, 2012 First of all thank you for this great tool!!... Question: could be used to measure the distance polyline? thanks!!. MMurgas Quote
lema Posted December 21, 2012 Author Posted December 21, 2012 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). Quote
mierlp Posted December 25, 2012 Posted December 25, 2012 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 Quote
lema Posted December 25, 2012 Author Posted December 25, 2012 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. Quote
mierlp Posted December 25, 2012 Posted December 25, 2012 Hi Iema, That does the trick...perfect Thanks Peter Quote
fd6093 Posted January 11, 2013 Posted January 11, 2013 Hi lema Please Customize support Xe3 Thank You. Quote
misc Posted January 15, 2013 Posted January 15, 2013 Hi, i can not download it. Would it be possible to send to my forum mail? THX, Michael Quote
lema Posted January 24, 2013 Author Posted January 24, 2013 Hi lema, we can't draw a route. I'm working on it.. Quote
lema Posted January 31, 2013 Author Posted January 31, 2013 Hi lema, we can't draw a route. New version 2013-01-27 v1.3.4 -- Fixed bug in direction waypoints Quote
Arvin Feng Posted March 5, 2013 Posted March 5, 2013 Hi lemaIt support version 0.92.0 ?Thank You. Quote
AlbertoVesx Posted March 5, 2013 Posted March 5, 2013 Right click is not working with version 0.92.0 Quote
lema Posted March 9, 2013 Author Posted March 9, 2013 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 Quote
lema Posted March 9, 2013 Author Posted March 9, 2013 Hi lema It support version 0.92.0 ? Thank You. I am testing now the new version. Quote
lema Posted March 9, 2013 Author Posted March 9, 2013 Right click is not working with version 0.92.0 It works for me. UniGmap ver. 1.3.4 UniGui ver. 0.92.0.993 Quote
mmurgas Posted March 21, 2013 Posted March 21, 2013 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.