Sergiy · Mar 27, 2015 10:08:51 AM · Подобається 0 · Коментар 0 Список

The API function for getting the kml files has been added. The format of the GET request: http://gisfile.com/layer/the name of the layer /kml (for receiving all objects on the layer) or: http://gisfile.com/layer/the name of the layer /kml/field name=field value (for getting the selected objects on the layer). Values: the name of the layer the layer name (Latin letters), the field name - the field name (Latin letters) and the field value. If you need to filter on multiple values, use the request format ?field name 1=value of field 1&field name 2=field value 2&field name 3=field value 3, etc.

Export of kml files

The API function has been added