Re: [Geoserver-users] HOW TO LOAD JSON API TO GEOSERVER

2021-10-28 Thread Vera Green
Check out Open layers or Leaflet. Mike Miller has some great tutorials on
getting started with Leaflet.

https://youtu.be/AcPJtA41-5Q

On Thu., Oct. 28, 2021, 12:57 a.m. kaoutar hraka, 
wrote:

> Thanks , I mean in web page
>
> Le jeu. 28 oct. 2021 06:21, Jody Garnett  a
> écrit :
>
>> Do you want it in GeoServer? Or on a web page …
>>
>> If you just want to combine your data with a geoserver map you can do so
>> using a client library such as OpenLayers.
>>
>> If you wish create a new data source, teaching geoserver how to access
>> your JSON API - that is fine also. The library used for data access is
>> GeoTools; and there is a tutorial on how to write a data store.
>>
>> Jody
>>
>> On Mon, Oct 25, 2021 at 1:15 PM kaoutar hraka 
>> wrote:
>>
>>> Hey,
>>> I want to display layer in the map from  a Json API
>>> How to add this API in geoserver ?
>>> ___
>>> 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
>>>
>> --
>> --
>> Jody Garnett
>>
> ___
> 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 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


Re: [Geoserver-users] HOW TO LOAD JSON API TO GEOSERVER

2021-10-28 Thread kaoutar hraka
Thanks , I mean in web page

Le jeu. 28 oct. 2021 06:21, Jody Garnett  a écrit :

> Do you want it in GeoServer? Or on a web page …
>
> If you just want to combine your data with a geoserver map you can do so
> using a client library such as OpenLayers.
>
> If you wish create a new data source, teaching geoserver how to access
> your JSON API - that is fine also. The library used for data access is
> GeoTools; and there is a tutorial on how to write a data store.
>
> Jody
>
> On Mon, Oct 25, 2021 at 1:15 PM kaoutar hraka 
> wrote:
>
>> Hey,
>> I want to display layer in the map from  a Json API
>> How to add this API in geoserver ?
>> ___
>> 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
>>
> --
> --
> Jody Garnett
>
___
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


Re: [Geoserver-users] HOW TO LOAD JSON API TO GEOSERVER

2021-10-27 Thread Jody Garnett
Do you want it in GeoServer? Or on a web page …

If you just want to combine your data with a geoserver map you can do so
using a client library such as OpenLayers.

If you wish create a new data source, teaching geoserver how to access your
JSON API - that is fine also. The library used for data access is GeoTools;
and there is a tutorial on how to write a data store.

Jody

On Mon, Oct 25, 2021 at 1:15 PM kaoutar hraka  wrote:

> Hey,
> I want to display layer in the map from  a Json API
> How to add this API in geoserver ?
> ___
> 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
>
-- 
--
Jody Garnett
___
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] HOW TO LOAD JSON API TO GEOSERVER

2021-10-25 Thread kaoutar hraka
Hey,
I want to display layer in the map from  a Json API
How to add this API in geoserver ?
___
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