[Geoserver-users] SLD dynamic Lable

2018-10-04 Thread am2222
Hi,
I want to write an sld to be able to get lable field based on dynamic style.
I tried this method


 
 
  
 

   lable
   ''

 
 flow
 flow
 
 

  
 

this works fine but I must add all possible fields into Recode function, Is
there any better method to achieve this goal?



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Add new raw style using REST api

2016-12-05 Thread am2222
Hi,
I have worked with geoserver rest api and it is great, The only problem is
that I have no idea how to post content of my sld using api, I have this
code

public void AddNewStyle(String styledata, string workspace)
{
String requestUrl = RestServiceUrl + "/workspaces/" +
workspace + "/styles";

String status = String.Empty;

object payload = styledata;

try
{
status = SendRestRequest(requestUrl, RequestMethod.Post,
typeof(WorkspaceRequest), ref payload, ContentType.Html, AcceptType.Json);
}



catch (Exception ex)
{
throw new Exception("Adding datastores failed.", ex);
}
}

this code works fine with other requests. the only problem is I dont know
what to send as styledata. I have set styledata as 


http://www.opengis.net/sld"; xmlns:ogc="http://www.opengis.net/ogc";
  xmlns:xlink="http://www.w3.org/1999/xlink";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:gml="http://www.opengis.net/gml";
  xsi:schemaLocation="http://www.opengis.net/sld
http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd";>
  
Baft Farsode

  BaftFarsoode
  بافت فرسوده
  BaftFarsoode area
  
  Feature

  بافت فرسوده
  

 Farsoode
 1

  
  
 

#4DFF4D
0.7
  
  

 
  بدون داده
  


 Farsoode
 

  
  
 

#ff
0.7
  
  



  غیر فرسوده
  

Farsoode
0

  
  
 

#FF4D4D
0.7
  
  



  مرز املاک
  

  0.2

  

 





but it gives error, I think there must be another way to add style data as
raw xml using rest api. 
Can some one helps me about this?thanks

here is an example but it uploads sld file into geoserver. I want to send
data as a raw string not by uploading.
http://docs.geoserver.org/latest/en/user/rest/examples/curl.html#creating-a-layer-style-sld-package



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Add-new-raw-style-using-REST-api-tp5298714.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Adding Mbtile data source using REST

2016-12-05 Thread am2222
Hi,
Does any one knows how can we add an MBtile data source using REST API?I can
add it using UI but I want to add it by REST,Is it even possible?
thanks



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Adding-Mbtile-data-source-using-REST-tp5298687.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] backup and restore extension prevent geoserver to run

2016-11-20 Thread am2222
thanks very much for your help



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/backup-and-restore-extension-prevent-geoserver-to-run-tp5294375p5296681.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] backup and restore extension prevent geoserver to run

2016-11-17 Thread am2222
wow..thanks it was my mistake. thanks very much, now it works fine.which
parameters does this plugin backups?deos it backup passwords of datasources
and etc?



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/backup-and-restore-extension-prevent-geoserver-to-run-tp5294375p5296326.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] backup and restore extension prevent geoserver to run

2016-11-16 Thread am2222
Hi,
I have downloaded last snapshot for GeoServer version 10 but it prevented
GeoServer load.
here it's log
https://drive.google.com/file/d/0BxvcQH3YLKVlYWxRRFpSTW9qbjQ/view?usp=sharing



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/backup-and-restore-extension-prevent-geoserver-to-run-tp5294375p5296161.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] ERROR 503

2016-11-15 Thread am2222
I had the same issue. I just reinstalled it and set it as run as service and
it worked fine. I had this issue with GeoServer 9.8 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/ERROR-503-tp5295875p5295922.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] backup and restore extension prevent geoserver to run

2016-11-15 Thread am2222
Hi,
Sorry for my late answer, Can you please tell me where to add those
lines?then I'll provide log data.
thanks



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/backup-and-restore-extension-prevent-geoserver-to-run-tp5294375p5295921.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] 3D-Tiles

2016-11-13 Thread am2222
Hi,
I have seen a new tile service which is introduced by Cesium team and seems
very interesting,well is there any methods or ways to use geoserver as 3d
tile server? 
thanks very much
here is a link in Cesium weblog
http://cesiumjs.org/2016/09/06/3D-Tiles-and-the-OGC/



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/3D-Tiles-tp5295531.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Right to left language (Arabic, Persian) problem in SLD Legend

2016-11-13 Thread am2222
Your welcome and thanks very much for your help



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Right-to-left-language-Arabic-Persian-problem-in-SLD-Legend-tp5294270p5295469.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] backup and restore extension prevent geoserver to run

2016-11-11 Thread am2222
Hi,
I tested another directory and here is the log file.

https://drive.google.com/file/d/0BxvcQH3YLKVlMmVjRmd3SlhYTTA/view?usp=sharing

I could not upload it here. It seems it is because of size limitation.
anyway It is on my google drive.I hope it helps. I also changed drive and I
don't think it is because of write protection because the error is
"java.lang.IllegalArgumentException: Contains invalid . path:" 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/backup-and-restore-extension-prevent-geoserver-to-run-tp5294375p5295403.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Enable A Store using REST API

2016-11-11 Thread am2222
thanks very much for your help



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Enable-A-Store-using-REST-API-tp5295144p5295386.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] backup and restore extension prevent geoserver to run

2016-11-11 Thread am2222
Hi,
I tested all the paths you gave me, but the same error appears. I changed
the derive from c to "c:\a.zip" and it created a a.zip file but it has 0
size. 
Is there any logs that I can provide?

About email address I changed it to my gmail address. I am waiting for new
confirmation email,I hope it fixes soon.
Thanks very much



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/backup-and-restore-extension-prevent-geoserver-to-run-tp5294375p5295166.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Right to left language (Arabic, Persian) problem in SLD Legend

2016-11-11 Thread am2222
Hi,
Yes exactly what I did was setting the Windows 
environment variable JAVA_TOOL_OPTIONS to "-Dfile.encoding=UTF8"



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Right-to-left-language-Arabic-Persian-problem-in-SLD-Legend-tp5294270p5295255.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Enable A Store using REST API

2016-11-10 Thread am2222
Hi,
I have no idea if I am asking my question in right place, I want to enable a
Store using geoserver REST API,
How can I do?Is it even possible? I have worked with other REST API
functions but I have no idea about enabling a Store ..
Thanks very much for your help



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Enable-A-Store-using-REST-API-tp5295144.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Right to left language (Arabic, Persian) problem in SLD Legend

2016-11-10 Thread am2222
well.It worked as you said. But is there any way to fix this issue using
geoserver's installation?maybe during installation it configures this
parameter?



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Right-to-left-language-Arabic-Persian-problem-in-SLD-Legend-tp5294270p5295143.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] backup and restore extension prevent geoserver to run

2016-11-10 Thread am2222
Hi,
I tested this address
"C:\WINDOWS\system32\config\systemprofile\AppData\a.zip" and it gives
"java.lang.IllegalArgumentException: Contains invalid . path:"  also this
one gives error "d:\\a.zip"

thanks for your help



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/backup-and-restore-extension-prevent-geoserver-to-run-tp5294375p5295142.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] backup and restore extension prevent geoserver to run

2016-11-09 Thread am2222
thanks it is working,
But can you please give me a hint how to select target archive full path?I
added this "C:\Program Files (x86)\GeoServer 2.10.0\data_dir" but it says
"java.lang.Exception: Backup Archive File is Mandatory and should not be a
Directory or URI." then I added "C:\Program Files (x86)\GeoServer
2.10.0\data_dir\a.zip" and again another exception. What should I write
here?



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/backup-and-restore-extension-prevent-geoserver-to-run-tp5294375p5294977.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Right to left language (Arabic, Persian) problem in SLD Legend

2016-11-08 Thread am2222
This is my new sld, Persian texts are not readable using GeoServers Style
Editor but It creates legend image and texts are readable in image, I can
edit it using notepad++ not Geoservers SLD editor.

BaftFarsoode.sld
  



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Right-to-left-language-Arabic-Persian-problem-in-SLD-Legend-tp5294270p5294892.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Right to left language (Arabic, Persian) problem in SLD Legend

2016-11-08 Thread am2222
Dear Ben,
Sorry for my late answer,
Well As you guessed I am on windows, But I have no idea how to find windows
encoding. Can you please let me know how to report it?

I checked the title in geoserver and it is unreadable 
ط¨ط§ظپطھ ظپط±ط³ظˆط¯ظ‡
in fact it must be 
بافت فرسوده
But in legend it works and it is readable,

org.png   

Well, do you think problem is still because of windows encoding? I can
easily write Persian and Arabic with it. Is there any extra thing which I
must set up?
thanks



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Right-to-left-language-Arabic-Persian-problem-in-SLD-Legend-tp5294270p5294891.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] How to sudggest edits for documentations?

2016-11-08 Thread am2222
thanks.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/How-to-suggest-edits-for-documentations-tp5294316p5294888.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] backup and restore extension prevent geoserver to run

2016-11-08 Thread am2222
Dear Alessio,
Thanks for your help, In fact I am using version 2.10 and I just copied
files into applications lib folder, like other extensions. I hope the
version 10 issue fixes soon.If you need more information I will be happy to
provide.
Thanks very much



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/backup-and-restore-extension-prevent-geoserver-to-run-tp5294375p5294887.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Right to left language (Arabic, Persian) problem in SLD Legend

2016-11-05 Thread am2222
Hi,
The intresting part is that I opened sld file in notepad++ and change
Encoding to UTF-8-BOM and it worked fine. thanks



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Right-to-left-language-Arabic-Persian-problem-in-SLD-Legend-tp5294270p5294412.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Right to left language (Arabic, Persian) problem in SLD Legend

2016-11-04 Thread am2222
Thanks dear Ben,
Unicode of geoserver is set up Utf-8 on settings,the part that you
mentioned is exacly a text which is written in Persian,what do you suggest
to fix it?Is there any way to fix it?or sld files does not support Such a
languages?
Thanks

On Nov 4, 2016 11:40 PM, "Ben Caradoc-Davies-2 [via OSGeo.org]" <
ml-node+s1560n5294392...@n6.nabble.com> wrote:

> What is the character encoding used by your GeoServer instance? Is your
> server using UTF-8?
>
> Text files containing UTF-8 byte sequences that are written to a server
> that does not support these UTF-8 byte sequences might be corrupted when
> unsupported characters are replaced with other bytes as placeholders.
> This could make files valid for the server encoding but invalid UTF-8.
>
> If I open your SLD in Firefox 49, it correctly detects the encoding as
> UTF-8 but reports the following error:
> http://osgeo-org.1560.x6.nabble.com/file/n5294270/BaftFarsoode.sld
>
> XML Parsing Error: not well-formed
> Location: http://osgeo-org.1560.x6.nabble.com/file/n5294270/
> BaftFarsoode.sld
> Line Number 14, Column 18:   ��
> -^
>
> This is consistent with the exception you report (copying from Nabble as
> I do not see the log in the mailing list email):
>
> INFO   | jvm 1| 2016/11/04 22:49:36 | java.lang.RuntimeException:
> com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException:
>
> Invalid byte 2 of 2-byte UTF-8 sequence.
> INFO   | jvm 1| 2016/11/04 22:49:36 | at
> org.geotools.styling.SLDParser.parseSLD(SLDParser.java:430)
>
> Kind regards,
> Ben.
>
> On 05/11/16 08:26, am wrote:
> > This is the log File when I save style with unicode characters. Any
> > suggestion?
>
> --
> Ben Caradoc-Davies <[hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5294392&i=0>>
> Director
> Transient Software Limited <http://transient.nz/>
> New Zealand
>
> --
>
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today. http://sdm.link/xeonphi
> ___
> Geoserver-users mailing list
> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5294392&i=1>
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>
> --
> If you reply to this email, your message will be added to the discussion
> below:
> http://osgeo-org.1560.x6.nabble.com/Right-to-left-language-Arabic-Persian-
> problem-in-SLD-Legend-tp5294270p5294392.html
> To unsubscribe from Right to left language (Arabic,Persian) problem in SLD
> Legend, click here
> <http://osgeo-org.1560.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5294270&code=YXNkNTZ5dUB5YWhvby5jb218NTI5NDI3MHwzMzgwOTUyOTA=>
> .
> NAML
> <http://osgeo-org.1560.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Right-to-left-language-Arabic-Persian-problem-in-SLD-Legend-tp5294270p5294398.html
Sent from the GeoServer - User mailing list archive at Nabble.com.--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Right to left language (Arabic, Persian) problem in SLD Legend

2016-11-04 Thread am2222
This is the log File when I save style with unicode characters. Any
suggestion?





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Right-to-left-language-Arabic-Persian-problem-in-SLD-Legend-tp5294270p5294387.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Right to left language (Arabic, Persian) problem in SLD Legend

2016-11-04 Thread am2222
This is the log File when I save style with unicode characters. Any
suggestion?





--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Right-to-left-language-Arabic-Persian-problem-in-SLD-Legend-tp5294270p5294386.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] backup and restore extension prevent geoserver to run

2016-11-04 Thread am2222
Hi,
I was very interested in backup and restore extension and I tried to set it
up, But I faced a problem. At first it logged that it is failed to load
because of leak of java.lang.NoClassDefFoundError:
org/springframework/retry/policy/RetryContextCache

this is log file



then I downloaded and added this into lib folder
spring-retry-1.1.4.RELEASE.jar and then another error which says
java.lang.NoClassDefFoundError:
org/springframework/batch/core/listener/MulticasterBatchListener

 java.lang.ClassNotFoundException:
org.springframework.beans.factory.config.EmbeddedValueResolver
I looked those classes and then added these files
javax.batch-api-1.0-b02.jar and spring-context-4.3.3.RELEASE.jar but another
error showed up, anyway It seems some dependencies are not included into
extension,Is there any way to find a solution for it?
thanks very much



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/backup-and-restore-extension-prevent-geoserver-to-run-tp5294375.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] How to sudggest edits for documentations?

2016-11-04 Thread am2222
Hi,
Sorry for my noob question,I have noticed that this page
:http://docs.geoserver.org/stable/en/user/community/mbtiles/installing.html
is out dated. To install this extention th wps extention must exist and it
is not mentioned there. As I googled I have found that many people have this
problem. Please if some one know how we can add or improve documentations
pleas let me know.Thanks



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/How-to-sudggest-edits-for-documentations-tp5294316.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Right to left language (Arabic, Persian) problem in SLD Legend

2016-11-04 Thread am2222
Hi,
I am new here. I have seen that geoserver can save sld files which includes
Arabic characters as title of each role but it does not create any legends
for it. this is an example of sld file
BaftFarsoode.sld
  

geoserver can save it and validate it but it does not create any legend for
it. Is there any way to fix it? or if you need more information please let
me know and I'll provide them or oven if you give me some hints how I can
help fixing this problem?
thanks very much for your help 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Right-to-left-language-Arabic-Persian-problem-in-SLD-Legend-tp5294270.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users