Jump to content
TNG Community

TNG data looks absurd after Legacay 10


Hanne B. Stegemüller

Recommended Posts

Hanne B. Stegemüller

Hi there - Long time since

I dont't know where to start, so I start here as you are the most friendly, fastest and most competent.

A new version of Legacy has been released (version 10). And after that I see strange things in TNG. It is  all a mess and I don't know how to clean it up(I use Legacy as master program on my PC and export Gedcoms to TNG). I've don so for years and years. Normally without troubles

Here comes some of the the strange things:

1) Images are completely wrong and a mess. When I e.g. look at my dad there are images in TNG, that are not linked to him i Legacy. The wrong images have texts from his own correct images. I don't know how many people this has happened to.

2) Suddenly maps are wrong. You can see an example on my dad here. The text is, that Google cannot show the image correct and that the maps are for development purposes only.

3) I always show both source and the content of the source. Now the content from the source is not shown any more. If I check e.g. my latest person and his marriage: the details from the gedcom are included. Means it is exported to the Gedcom but not shown in TNG

1 HUSB @I5086@
2 _PREF Y
1 WIFE @I5087@
2 _PREF Y
1 MARR
2 _HTITL Mand
2 _WTITL Hustru
2 DATE 23 Nov 1745
2 PLAC Görlsdorf, , Brandenburg, Germany
2 SOUR @S267@
3 PAGE Landeskirchliches Archiv der Evangelischen Kirche Berlin-Br
4 CONC andenburg-schlesische Oberlausitz, Kirchenkreis Seelow, Gör
4 CONC lsdorf, Gesamtkirchenbuch 1694-1834, Bild 427/508
3 QUAY 4
3 DATE 11 Jun 2024
3 NOTE
4 CONT "Gancke" => "Janke", på samme måde som "Gørken" => "Jørgen"
3 DATA
4 TEXT 1745.
5 CONT Den 23. Novemb. ist Mr. Martin Gancke Görlsdorffer Schmid m
5 CONC it Jungfr. Eve Maria Pechmannin hiesigen Kirchen Vorstehe
5 CONC r und ___stät mitterste Tochter nach 3mahliger Proclamat. a
5 CONC llhier in Görlsdorff copuliert worden.
1 CHIL @I5089@

I am not afraid of truncating the relevant tables in TNG from cPanel, and re-importing a Gedcom - but will that make me wiser/cleverer? Will it help?

All the best
Hanne,
Denmark

Link to comment
Share on other sites

Hanne, have a look at this other message by Ron :

Legacy 10 is now free and seems to have been bought by MyHeritage. So, maybe it has been recoded to fit Myheritage way  and only it.

 

Link to comment
Share on other sites

Hanne B. Stegemüller
36 minutes ago, Katryne said:

Hanne, have a look at this other message by Ron :

Legacy 10 is now free and seems to have been bought by MyHeritage. So, maybe it has been recoded to fit Myheritage way  and only it.

 

Thanks Katryne

Yes I have already seen message from Ron.

It is a while ago (a couple of years) that Legacy was bought by MyHeritage. I update with GEDCOM every week, so that can not be the problem.

Link to comment
Share on other sites

What I meant Hanne is : this release Nr10 is the 1st version to be entirely free. So maybe this release has been re-coded to be fully compliant only with MyHeritage.

Link to comment
Share on other sites

2 hours ago, Hanne B. Stegemüller said:

Suddenly maps are wrong. You can see an example on my dad here. The text is, that Google cannot show the image correct and that the maps are for development purposes only.

Hanne

While I am not able to assist with the GEDCOM import or incorrect data, the maps message is to do with the Google Map key. Either the key is incorrect or if you use OSM the key there is not correct.

Link to comment
Share on other sites

Hanne B. Stegemüller
14 minutes ago, Brett said:

Hanne

While I am not able to assist with the GEDCOM import or incorrect data, the maps message is to do with the Google Map key. Either the key is incorrect or if you use OSM the key there is not correct.

Thanks Brett

I have not changed the key. And I have checked that the key is filled in where it ought to be, and where it has always been.

I am pretty sure, I use Google Maps

Link to comment
Share on other sites

Hanne B. Stegemüller

Well I am about to have solved the problems (still using Legacy). Almost everything is solved.

I am still fighting with the maps.

Any ideas?

Link to comment
Share on other sites

Hanne B. Stegemüller

I have done the following using ChatGPT:

1) Created a new project: My Project 46187

2) Went to "APIs & Services" > "Library" in my Google Cloud Console. Searched for "Maps JavaScript API" and clicked "Enable".

3) Go to "APIs & Services" > "Credentials" in Google Cloud Console.

4) Click "Create credentials" and select "API key". An API key is generated. I have used this key in https://test-tng.stegemueller.dk/admin_mapconfig.php meaning: I test on my test site.

The key is not shown here but is available.

5) I have not restricted the API key.

6) Google Maps API requires billing to be enabled even if you are within the free usage quota. I have gone to Google Cloud Console > "Billing" and made sure there is a billing account associated with my project.

7) ChatGPT says I should see something like the following in my <HEAD> section, but I don't:

<!DOCTYPE html>
<html>
  <head>
    <title>Simple Map</title>
    <script src="https://maps.googleapis.com/maps/api/js?key=DIN_API_NØGLE&callback=initMap" async defer></script>
    <script>
      function initMap() {
        var map = new google.maps.Map(document.getElementById('map'), {
          center: {lat: -34.397, lng: 150.644},
          zoom: 8
        });
      }
    </script>
  </head>
  <body>
    <div id="map" style="height: 500px; width: 100%;"></div>
  </body>
</html>

Link to comment
Share on other sites

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...