The tag has no wiki summary.

learn more… | top users | synonyms (2)

3
votes
2answers
70 views

Does QGIS support internationalization?

Does QGIS support multiple languages? I have some shapefile with Arabic names in its attributes, and they appear as: ???? If I want to see the names in Arabic, do I need to purchase multi-language ...
3
votes
2answers
161 views

Can OpenLayers request different language tiles from map providers (eg Bing or Google)?

If I am in the US and my browser locale is en-US, I'll get English language maps by default from Bing. Same thing if I access Bing tiles with OpenLayers. If I change my country/region to (for ...
1
vote
2answers
1k views

How to change the language setting/interface of Quantum GIS (to English) using Windows XP in French?

I want QGIS interface in English in order to share the information with the GIS community. Using other language than English when chating with the GIS community is very difficulte. When I installed ...
1
vote
1answer
181 views

mapserver how to get rid of unknown character from label

I am developing a gis system using mapserver and open scales library. GIS data is taken from a shape file. When i try to show the name attached to a place its showing unknown characters (not in ...
2
votes
1answer
206 views

OpenLayers.Format.CQL Regex Problem

I have a cql filter as SQL. Im trying to parse this cql to OpenLayers.Filter using OpenLayers.Format.CQL.read() method. It all works fine since my input is ascii. When I type Turkish characters as ...
1
vote
1answer
740 views

How do I Use OpenLayers Multi-lingual capabilities?

So, OpenLayers has a i18n namespace. But in my example at the bottom of the blog. I am not getting the "Pan Up" which is what I would expect, but instead "PanUp", which is the string that should be ...
13
votes
5answers
495 views

Terminology: Polygon or Area?

When writing about GIS geometry I'm unsure whether to use the term "polygon" or "area". In particular, does the word "polygon" suggest a specific type of geometry? For example, a colleague suggested ...
4
votes
1answer
360 views

Is there a service that does geocoding with advanced language support?

I'm building an address disambiguation page and I'm interested in having geocoding results returned in the local language of the country the result's in. For example, if I make a reverse geocoding ...
4
votes
3answers
213 views

Does a projection's WKT reflect the computer's locale?

This should be quick - we're trying to determine if there are problems parsing some WKT text because the system locale considers the decimal separator to be a comma instead of a period. Anyone know? ...