Difference between revisions of "OSGeo Graphics"
Jump to navigation
Jump to search
Wiki-Robert (talk | contribs) |
|||
(36 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | == About == | |
− | + | Our goal is to coordinate efforts in development of common, free and reusable graphical elements for many OSGeo projects. | |
+ | Icons for desktop/web applications and map symbols are of special interest. | ||
− | == | + | '''MAILING LIST''': You are welcome to join our discussion list at [http://lists.osgeo.org/mailman/listinfo/graphics OSGeo graphics]. |
+ | |||
+ | '''TRAC''': [http://trac.osgeo.org/osgeo/query?status=new&status=assigned&status=reopened&component=Graphics View tickets] or [http://trac.osgeo.org/osgeo/newticket?component=Graphics open new ticket] against the Graphics component. | ||
+ | |||
+ | '''SVN''': [http://svn.osgeo.org/osgeo/graphics/ SVN graphics repository] | ||
+ | |||
+ | '''Browse''': [http://trac.osgeo.org/osgeo/browser/graphics graphics repository] | ||
+ | |||
+ | '''Preview''': [http://robert.szczepanek.pl/osgeo-graphics/toolbar-icons/16x16/ 16x16] [http://robert.szczepanek.pl/osgeo-graphics/toolbar-icons/24x24/ 24x24] [http://robert.szczepanek.pl/osgeo-graphics/toolbar-icons/32x32/ 32x32] | ||
+ | |||
+ | We are working within [[OSGeo Labs]]. | ||
== Naming conventions == | == Naming conventions == | ||
''General information how to name image files. To be presented in tabular form for every icon with detailed description.'' | ''General information how to name image files. To be presented in tabular form for every icon with detailed description.'' | ||
− | === Application icons === | + | === Application icons === |
− | * [http://robert.szczepanek.pl/gis-icons-0.1/ GIS icons theme] based on KDE and Gnome [http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html Icon Naming Specification]. | + | |
+ | *[http://robert.szczepanek.pl/gis-icons-0.1/ GIS icons theme] based on KDE and Gnome [http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html Icon Naming Specification]. | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | ! Name | + | ! Name |
+ | ! Icon | ||
! Description | ! Description | ||
|- | |- | ||
− | + | | '''Basic objects''' | |
− | | '''Basic objects''' | ||
|- | |- | ||
| point | | point | ||
− | | | + | | |
|- | |- | ||
| line | | line | ||
− | | | + | | |
|- | |- | ||
| polygon | | polygon | ||
− | | | + | | |
|- | |- | ||
| vertex | | vertex | ||
− | | | + | | |
|- | |- | ||
| node | | node | ||
− | | | + | | |
|- | |- | ||
| ring | | ring | ||
− | | | + | | |
|- | |- | ||
| island | | island | ||
− | | | + | | |
|- | |- | ||
| layer | | layer | ||
− | | | + | | [[Image:Layer.png]] |
|- | |- | ||
| layer-vector | | layer-vector | ||
− | | | + | | [[Image:Layer-vector.png]] |
|- | |- | ||
| layer-raster | | layer-raster | ||
− | | | + | | [[Image:Layer-raster.png]] |
|- | |- | ||
| map | | map | ||
− | | | + | | [[Image:Map-icon.png]] |
|- | |- | ||
| mapset | | mapset | ||
− | | | + | | [[Image:Mapset.png]] |
|- | |- | ||
− | + | | '''Basic actions''' | |
− | | '''Basic actions''' | ||
|- | |- | ||
| create | | create | ||
Line 61: | Line 72: | ||
|- | |- | ||
| delete | | delete | ||
+ | | | ||
| -create | | -create | ||
|- | |- | ||
Line 67: | Line 79: | ||
|- | |- | ||
| remove | | remove | ||
+ | | | ||
| -add | | -add | ||
|- | |- | ||
| accept | | accept | ||
− | | | + | | |
|- | |- | ||
| reject | | reject | ||
+ | | | ||
| -accept | | -accept | ||
|- | |- | ||
| edit | | edit | ||
− | | | + | | |
|- | |- | ||
| open | | open | ||
− | | | + | | |
|- | |- | ||
| save | | save | ||
− | | | + | | |
|- | |- | ||
| import | | import | ||
− | | | + | | |
|- | |- | ||
| export | | export | ||
− | | | + | | |
− | |- | + | |- |
− | + | | '''Display actions''' | |
− | | '''Display actions''' | ||
|- | |- | ||
− | | zoom-in | + | | zoom-in |
− | | | + | | |
|- | |- | ||
| zoom-out | | zoom-out | ||
− | | | + | | |
|- | |- | ||
| zoom-layer | | zoom-layer | ||
− | | | + | | |
|- | |- | ||
| zoom-extent | | zoom-extent | ||
− | | | + | | |
|- | |- | ||
| zoom-last | | zoom-last | ||
− | | | + | | |
|- | |- | ||
| zoom-next | | zoom-next | ||
− | | | + | | |
|- | |- | ||
| zoom-refresh | | zoom-refresh | ||
− | | | + | | |
|- | |- | ||
| zoom-selection | | zoom-selection | ||
− | | | + | | |
+ | |- | ||
+ | | '''OGC Web Services''' | ||
+ | |- | ||
+ | | WMS | ||
+ | | | ||
+ | | object + map | ||
+ | |- | ||
+ | | WFS | ||
+ | | | ||
+ | | object + vector | ||
+ | |- | ||
+ | | WCS | ||
+ | | | ||
+ | | object + raster | ||
|- | |- | ||
+ | | WPS | ||
| | | | ||
− | | ''' | + | | object + process |
+ | |- | ||
+ | | '''Raster actions''' | ||
|- | |- | ||
| georectify | | georectify | ||
− | | | + | | |
+ | |- | ||
+ | | raster-clip | ||
+ | | [[Image:Raster-clip.png]] | ||
|} | |} | ||
+ | |||
+ | |||
+ | *[http://www.qgis.org/wiki/Adding_New_Tools_to_the_GRASS_Toolbox GRASS Toolbox] | ||
+ | *[http://wiki.eclipse.org/User_Interface_Guidelines Eclipse User Interface Guidelines] ([http://udig.refractions.net/confluence/display/DEV/Icons uDig Summary]) | ||
=== Map symbols === | === Map symbols === | ||
+ | |||
* [http://code.google.com/p/google-maps-icons/ google map icons] | * [http://code.google.com/p/google-maps-icons/ google map icons] | ||
* [http://wiki.openstreetmap.org/wiki/Map_Features OpenStreetMap Map Features] | * [http://wiki.openstreetmap.org/wiki/Map_Features OpenStreetMap Map Features] | ||
+ | * [http://projects.opengeo.org/geosilk GeoSilk] | ||
+ | * [http://udig.refractions.net/confluence/display/DEV/Imagery uDig Imagery] | ||
+ | * [http://www.freemapsymbols.org/svg/ FreeMapSymbols.org] | ||
+ | |||
+ | == Common repository == | ||
+ | |||
+ | === List of existing solutions === | ||
+ | |||
+ | * [http://www.gpsdrive.de/development/map-icons/overview.en.shtml GPS Drive] | ||
+ | ** accommodation | ||
+ | ** education | ||
+ | ** food | ||
+ | ** ... (total 28 cats) | ||
+ | |||
+ | * [http://wiki.openstreetmap.org/wiki/Map_Features OpenStreetMap] | ||
+ | ** physical (Highway, Barrier, Cycleway, Tracktype, Waterway, Railway, Aeroway, Aerialway, Power, Man Made, Leisure, Amenity, Shop, Tourism, Historic, Landuse, Military, Natural, Geological) | ||
+ | ** non physical (Route, Boundary, Sport, Abutters, Accessories, Properties, Restrictions | ||
+ | |||
+ | * [http://code.google.com/p/google-maps-icons/ google map icons] | ||
+ | ** Administration, Office & Industry | ||
+ | ** Culture & Entertainment | ||
+ | ** Education & Kids | ||
+ | ** ... (12 cats) | ||
+ | |||
+ | * [https://trac.osgeo.org/qgis/browser/trunk/qgis/images/svg QGIS] | ||
+ | ** biology | ||
+ | ** emergency | ||
+ | ** entertainment | ||
+ | ** ... (12 cats) | ||
+ | |||
+ | === Preliminary structure === | ||
+ | ''Feel free to modify this list/structure and put comments.'' | ||
+ | |||
+ | Two level structure covering whole range of graphics. Small size pictures (toolbar) and scalable symbols (other). | ||
+ | |||
+ | * cartography | ||
+ | ** north-arrows | ||
+ | ** waypoints | ||
+ | * man-made | ||
+ | ** accomodation | ||
+ | ** education | ||
+ | ** emergency | ||
+ | ** food | ||
+ | ** infrastructure | ||
+ | ** leisure | ||
+ | ** religion | ||
+ | ** shopping | ||
+ | ** sightseeing | ||
+ | ** sport | ||
+ | ** transport | ||
+ | * nature (trees, etc.) | ||
+ | * people | ||
+ | * science | ||
+ | ** geology | ||
+ | ** meteorology | ||
+ | * toolbar-icons (svg format) | ||
+ | ** 16x16 (rendered png) | ||
+ | ** 24x24 (rendered png) | ||
+ | |||
+ | |||
== Resources and people == | == Resources and people == | ||
+ | |||
+ | === Interested people === | ||
+ | * [[User:Robert|Robert Szczepanek]] (proposer) | ||
+ | * [[User:Stvn|Steven M. Ottens]] (proposer) | ||
+ | * [[User:Wildintellect|Alex Mandel]] | ||
=== Application icons === | === Application icons === | ||
− | * [http://robert.szczepanek.pl/icons.php GIS icon theme] (Robert Szczepanek) | + | * [http://robert.szczepanek.pl/icons.php GIS icon theme] ([[User:Robert|Robert Szczepanek]]) |
* [http://projects.opengeo.org/geosilk GeoSilk] (Rolando Peñate) | * [http://projects.opengeo.org/geosilk GeoSilk] (Rolando Peñate) | ||
− | * [[OSGeo icon set]] | + | * [[OSGeo icon set]] (Steven M. Ottens) |
+ | * [http://www.qgis.org/wiki/Icons_2.0 QGIS 2.0 icons] (Anita Graser) | ||
=== Map symbols === | === Map symbols === | ||
* [http://code.google.com/p/google-maps-icons/ google maps icons] (Nicolas Mollet, Matthias Stasiak) | * [http://code.google.com/p/google-maps-icons/ google maps icons] (Nicolas Mollet, Matthias Stasiak) | ||
* [[OSGeo map symbol set]] | * [[OSGeo map symbol set]] | ||
+ | * [http://www.sjjb.co.uk/mapicons/ SJJB SVG Map Icons] | ||
+ | * [http://gfoss.it/drupal/simboli Simboli cartografici] | ||
+ | * [http://freemapsymbols.org/ Free map symbols collection] | ||
+ | |||
+ | === Cartography === | ||
+ | * [http://cartography2.org Cartography 2.0] (Mark Harrower) - free online knowledge base and e-textbook for students and professionals interested in interactive and animated maps | ||
+ | * [http://www.personal.psu.edu/cab38/ resources] (Cynthia A. Brewer) | ||
+ | * [http://mappingcenter.esri.com/index.cfm?fa=home.welcome ESRI Mapping Center] | ||
+ | * [http://makingmaps.net/2009/02/17/mapping-with-isotype/ Making Maps DIY Cartography] blog by John Krygier | ||
+ | |||
+ | === Varia === | ||
+ | * [http://grass.osgeo.org/wiki/GRASS_Art_Gallery GRASS Art Gallery] | ||
+ | * Tutorial [http://lists.refractions.net/geotools/osgeo/OSGEOIcon.pdf how to design icon] by [[User:Jive|Jody Garnett]] :) | ||
== Related projects == | == Related projects == | ||
* [[OSGeo Cartographic Library]] | * [[OSGeo Cartographic Library]] | ||
+ | * [[Logos from OSGeo projects]] | ||
[[Category: Software Stack]] | [[Category: Software Stack]] | ||
+ | [[Category: Public Geospatial Data Committee]] |
Latest revision as of 04:36, 17 October 2017
About
Our goal is to coordinate efforts in development of common, free and reusable graphical elements for many OSGeo projects. Icons for desktop/web applications and map symbols are of special interest.
MAILING LIST: You are welcome to join our discussion list at OSGeo graphics.
TRAC: View tickets or open new ticket against the Graphics component.
Browse: graphics repository
We are working within OSGeo Labs.
Naming conventions
General information how to name image files. To be presented in tabular form for every icon with detailed description.
Application icons
- GIS icons theme based on KDE and Gnome Icon Naming Specification.
Map symbols
Common repository
List of existing solutions
- GPS Drive
- accommodation
- education
- food
- ... (total 28 cats)
- OpenStreetMap
- physical (Highway, Barrier, Cycleway, Tracktype, Waterway, Railway, Aeroway, Aerialway, Power, Man Made, Leisure, Amenity, Shop, Tourism, Historic, Landuse, Military, Natural, Geological)
- non physical (Route, Boundary, Sport, Abutters, Accessories, Properties, Restrictions
- google map icons
- Administration, Office & Industry
- Culture & Entertainment
- Education & Kids
- ... (12 cats)
- QGIS
- biology
- emergency
- entertainment
- ... (12 cats)
Preliminary structure
Feel free to modify this list/structure and put comments.
Two level structure covering whole range of graphics. Small size pictures (toolbar) and scalable symbols (other).
- cartography
- north-arrows
- waypoints
- man-made
- accomodation
- education
- emergency
- food
- infrastructure
- leisure
- religion
- shopping
- sightseeing
- sport
- transport
- nature (trees, etc.)
- people
- science
- geology
- meteorology
- toolbar-icons (svg format)
- 16x16 (rendered png)
- 24x24 (rendered png)
Resources and people
Interested people
- Robert Szczepanek (proposer)
- Steven M. Ottens (proposer)
- Alex Mandel
Application icons
- GIS icon theme (Robert Szczepanek)
- GeoSilk (Rolando Peñate)
- OSGeo icon set (Steven M. Ottens)
- QGIS 2.0 icons (Anita Graser)
Map symbols
- google maps icons (Nicolas Mollet, Matthias Stasiak)
- OSGeo map symbol set
- SJJB SVG Map Icons
- Simboli cartografici
- Free map symbols collection
Cartography
- Cartography 2.0 (Mark Harrower) - free online knowledge base and e-textbook for students and professionals interested in interactive and animated maps
- resources (Cynthia A. Brewer)
- ESRI Mapping Center
- Making Maps DIY Cartography blog by John Krygier
Varia
- GRASS Art Gallery
- Tutorial how to design icon by Jody Garnett :)