Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style geojson #10

Open
TheoLechemia opened this issue May 9, 2022 · 4 comments
Open

Style geojson #10

TheoLechemia opened this issue May 9, 2022 · 4 comments

Comments

@TheoLechemia
Copy link
Member

Je tente de changer le style du fichier geojson des entitées géographiques, sans succès.
Voici un exprès de mon settings_occtax.json :
Que je passe stroke, fill à true ou false, rien ne se passe. Pareil pour les couleurs

        {
          "label": "Mailles 5km",
          "source": "mailles5pne.geojson",
          "style": {
            "stroke": false,
            "color": "#FF8000",
            "weight": 50.0,
            "opacity": 0.7,
            "fill": true,
            "fillColor": "#FF00A6",
            "fillOpacity": 1
          }
        }

Quelqu'un a déjà réussi à modifier ce style ?

@camillemonchicourt
Copy link
Member

J'avais testé de changer le style et ça avait fonctionné.
La modification de la configuration sur le settings.json du serveur GN a bien été répercuté sur la conf locale settings_occtax.json ?

@TheoLechemia
Copy link
Member Author

J'ai testé les deux, sur le serveur et en local

@TheoLechemia
Copy link
Member Author

TheoLechemia commented May 12, 2022

Edit :
En laissant stroke et fill à true et en changeant les couleurs (bleu):

        "style": {
          "stroke": true,
          "color": "#0015ff",
          "weight": 4.0,
          "opacity": 0.9,
          "fill": true,
          "fillColor": "#0015ff",
          "fillOpacity": 0.2
        }

pas de changement sur la carte, mes mailles sont toujours grises.

Testé en éditant le fichier sur le serveur, celui ci redescend bien sur le téléphone

@DonovanMaillard
Copy link
Collaborator

DonovanMaillard commented May 12, 2022

J'ai bien des vecteurs, dont mes pourtours sont différents, certains avec un fill d'autres non.

Par exemple ici, les mailles en noir sans fond, les ENS en rouge avec fond à peine opaque

Screenshot_20220512-175059_Occtax.jpg

La conf associée :

{
            "label": "Mailles 10x10",
            "source": "mailles.geojson",
            "properties": {
              "style": {
                "stroke": true,
                "color": "#000000",
                "weight": 3,
                "opacity": 0.8,
                "fill": false
              },
              "min_zoom": 2,
              "max_zoom": 24
            }
          },
          {
            "label": "Znieff Aura",
            "source": "znieff_aura.geojson",
            "properties": {
              "style": {
                "stroke": true,
                "color": "#0023FF",
                "weight": 6,
                "opacity": 0.8,
                "fill": true,
                "fillColor": "#000000",
                "fillOpacity": 0.2
              },
              "min_zoom": 8,
              "max_zoom": 24
            }
          },
          {
            "label": "ENS Isère",
            "source": "ens_isere.geojson",
            "properties": {
              "style": {
                "stroke": true,
                "color": "#FF0000",
                "weight": 6,
                "opacity": 0.8,
                "fill": true,
                "fillColor": "#000000",
                "fillOpacity": 0.2
              },
              "min_zoom": 8,
              "max_zoom": 24
            }
          },
          {
            "label": "Communes ABC Vercors",
            "source": "abc_vercors.geojson",
            "properties": {
              "style": {
                "stroke": true,
                "color": "#FF00FF",
                "weight": 6,
                "opacity": 0.8,
                "fill": true,
                "fillColor": "#000000",
                "fillOpacity": 0.2
              },
              "min_zoom": 8,
              "max_zoom": 24
            }
          },
          {
            "label": "Réserves Nationales",
            "source": "rnn.geojson",
            "properties": {
              "style": {
                "stroke": true,
                "color": "#00FF00",
                "weight": 6,
                "opacity": 0.8,
                "fill": true,
                "fillColor": "#000000",
                "fillOpacity": 0.2
              },
              "min_zoom": 8,
              "max_zoom": 24
            }
          },
          {
            "label": "Réserves Régionales",
            "source": "rnr.geojson",
            "properties": {
              "style": {
                "stroke": true,
                "color": "#0000FF",
                "weight": 6,
                "opacity": 0.8,
                "fill": true,
                "fillColor": "#000000",
                "fillOpacity": 0.2
              },
              "min_zoom": 8,
              "max_zoom": 24
            }
          },

@camillemonchicourt camillemonchicourt changed the title Sytle geojson Style geojson Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants