Thread opengeodb (8 answers)
Opened by Froschpopo at 2008-03-15 21:57

Froschpopo
 2008-03-17 12:06
#107122 #107122
User since
2003-08-15
2653 Artikel
BenutzerIn
[default_avatar]
das habe ich sogar noch etwas einfacher hinbekommen:
Code: (dl )
1
2
3
4
SELECT
a.text_type, a.text_val, a.loc_id, c.lon, c.lat
FROM geodb_textdata a, geodb_textdata b, geodb_coordinates c
WHERE ( a.text_locale = 'de' AND a.text_type = 500100000 AND b.loc_id = a.loc_id AND b.text_type = 500300000 AND b.text_val = 8000 AND c.loc_id = b.loc_id )

Mein Problem fängt aber an, wenn ich z.B. nur deutsche Postleitzahlen ausgeben will.

Das obige Beispiel verwendet PLZ 8000 die für Zürich (Schweiz) steht.
Aber wenns darum geht, ein Land vorzugeben, dann hört bei mir der Verstand auf.

View full thread opengeodb