{"id":19966191,"url":"https://github.com/jsanz/ruta99","last_synced_at":"2025-07-15T14:07:38.373Z","repository":{"id":141660111,"uuid":"449645895","full_name":"jsanz/ruta99","owner":"jsanz","description":"A minmalistic viewer of Ruta99 points","archived":false,"fork":false,"pushed_at":"2022-01-19T17:59:21.000Z","size":218,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-12T08:34:52.678Z","etag":null,"topics":["maplibre-gl-js","maps"],"latest_commit_sha":null,"homepage":"https://ruta99-map.jorgesanz.net/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsanz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-19T10:28:58.000Z","updated_at":"2022-01-21T07:44:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"a4ced8e4-12b2-4b35-a996-906941091349","html_url":"https://github.com/jsanz/ruta99","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsanz%2Fruta99","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsanz%2Fruta99/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsanz%2Fruta99/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsanz%2Fruta99/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsanz","download_url":"https://codeload.github.com/jsanz/ruta99/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241397599,"owners_count":19956559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["maplibre-gl-js","maps"],"created_at":"2024-11-13T02:33:57.318Z","updated_at":"2025-03-01T17:21:43.906Z","avatar_url":"https://github.com/jsanz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ruta 99 viewer\n\nThis is a minimal website to render [ruta 99]() points.\n\n## Build and deploy\n\nThis site uses [parcel](https://parceljs.org/) for building and development. Just run `yarn install`  to download dependencies and then:\n\n* `yarn build` will generate all assets in the `dist` folder for static serving\n* `yarn start` will start a development server with hot loading\n\nDeployment at \u003chttps://ruta99-map.jorgesanz.net\u003e is handled by [Netlify](https://netlify.com).\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/8c6f826f-1b20-4b34-a939-16e1914d87aa/deploy-status)](https://app.netlify.com/sites/ruta99-map/deploys)\n\n## Get the GeoJSON with the coordinates\n\nUse this command with `jq` to generate the `src/assets/puntos.geo.json` file\n\n\n```bash\ncurl 'https://visorruta99.tragsa.es/capas.aspx?idCapa=MunicipiosC' | \n    jq -c '{\"type\": \"FeatureCollection\", \"features\": [ .[] | { \"geometry\": { \"type\": \"Point\", \"coordinates\": [ .coordx, .coordy ] }, \"properties\": { \"ine\": .codigoine, \"name\": .nombre } } ]}' \\\n    \u003e\u003e src/assets/js/puntos.geo.json\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsanz%2Fruta99","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsanz%2Fruta99","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsanz%2Fruta99/lists"}