Thanks Thanks:  10
Showing results 1 to 10 of 10

Thread: MapEarth - v1.1.6

  1. #1
    Member Reputation: 241
    Join Date
    2010-03-19
    Posts
    128


    4 out of 4 members found this post helpful.

    Lightbulb MapEarth - v1.1.6

    MapEarth 2016 ...

    Mapinfo MBX application enables you to bring Google Map imagery in Mapinfo 10 and above.

    Google Road maps
    Google Satellite maps
    Google Terrain maps
    Google Hybrid maps

    Happy New Year to all my friends wire free alliance...
    Attached Files Attached Files

  2. Thanks tmaster, kvf, Stantheman, faisesam, bluep, dacoder, atrees23 thanked for this post
  3. # ADS
    Circuit advertisement
    Join Date
    Always
    Posts
    Many
     

  4. #2
    Member Reputation: 306
    Join Date
    2010-10-18
    Posts
    334


    Default Re: MapEarth - v1.1.6

    thanks.
    I got this error. Can you tell how to use it?

    "(main.mb:439) File googleMap0.tab not found. Unable to open table googleMap0. "

  5. #3
    Member Reputation: 241
    Join Date
    2010-03-19
    Posts
    128


    1 out of 1 members found this post helpful.

    Default Re: MapEarth - v1.1.6

    place the MBX on C:\Program Files\MapInfo\Professional\Tools and apply full control permission for mapinfo folder & check.

    Quote Originally Posted by Jerry View Post
    thanks.
    I got this error. Can you tell how to use it?

    "(main.mb:439) File googleMap0.tab not found. Unable to open table googleMap0. "

  6. #4
    Member Reputation: 125
    Join Date
    2012-03-16
    Posts
    239


    Default Re: MapEarth - v1.1.6

    Is it stop working after 2-3 months ? Like version 1.1.5

  7. #5
    Member Reputation: 121
    Join Date
    2014-03-26
    Posts
    121


    Default Re: MapEarth - v1.1.6

    ISHA.... same issue is coming after applying full control permission for mapinfo folder...

    Quote Originally Posted by isha View Post
    place the MBX on C:\Program Files\MapInfo\Professional\Tools and apply full control permission for mapinfo folder & check.

  8. #6
    Member Reputation: 241
    Join Date
    2010-03-19
    Posts
    128


    Default Re: MapEarth - v1.1.6

    does the same happened for v1.1.6 ?

    Quote Originally Posted by bluep View Post
    Is it stop working after 2-3 months ? Like version 1.1.5

  9. #7
    Member Reputation: 241
    Join Date
    2010-03-19
    Posts
    128


    Default Re: MapEarth - v1.1.6

    did you check the internet connection ?
    try this in your default browser and see map is loaded..
    http://maps.google.com/maps/api/stat...maptype=hybrid


    Quote Originally Posted by faisesam View Post
    ISHA.... same issue is coming after applying full control permission for mapinfo folder...

  10. #8
    Member Reputation: 125
    Join Date
    2012-03-16
    Posts
    239


    Default Re: MapEarth - v1.1.6

    Quote Originally Posted by isha View Post
    does the same happened for v1.1.6 ?
    Now, it's working well. Wait for several months for checking. tks mate

  11. Thanks isha thanked for this post
  12. #9
    VIP Member Reputation: 1274 kidkid's Avatar
    Join Date
    2009-07-17
    Posts
    532


    Default Re: MapEarth - v1.1.6

    its from MBX file
    as we can see - it should work whole year .

    but date not from local machine , date from server .
    if developers will change response line format or any changes it will be crashed
    Code:
    SUB License
    DIM Year as INTEGER
    DIM Month as INTEGER
    DIM Date as INTEGER
    DIM lReturn as LOGICAL
    DIM tmp as STRING
    DIM sFilename as STRING
    DIM sUrl as STRING
    sUrl = "http://mezino.com/date.php"
    sFilename = (ApplicationDirectory$() + "WinAPI32.dll")
    lReturn = HTTPRequest(sUrl, sFilename)
    open  file sFilename for  input  As  # 1
    line  input  # 1 , tmp
    close  file  # 1
    kill sFilename
    IF (tmp = "") THEN
    	lReturn = 0
    	END IF
    IF lReturn THEN
    	Date = Val(Mid$(tmp,1,2))
    	Month = Val(Mid$(tmp,4,2))
    	Year = Val(Mid$(tmp,7,4))
    	IF (Year <> 2016) OR (Month > 12) THEN
    		note "We have updated this module, Please download updated application from our blog.\nhttp://www.facebook.com/mapearth"
    		END PROGRAM
    		END IF
    	ELSE
    	note "Cannot access servers, Please check Network Connection or visit our blog for updates"
    	GlobalVar_00000005 = 0
    	END IF
    EXIT SUB
    Last edited by kidkid; 2016-01-06 at 05:56 PM
    thx

    --BR--

  13. Thanks zeuscane, isha thanked for this post
  14. #10
    Member Reputation: 121
    Join Date
    2014-03-26
    Posts
    121


    Default Re: MapEarth - v1.1.6

    Isha link is working fine in my default browser but the same issue is coming
    (main.mb:439) File googleMap0.tab not found. Unable to open table googleMap0.

    Quote Originally Posted by isha View Post
    did you check the internet connection ?
    try this in your default browser and see map is loaded..
    http://maps.google.com/maps/api/stat...maptype=hybrid

Bookmarks

Bookmarks

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •