Geomajas SLD editor project

Geomajas is a component framework for building rich Internet applications (RIA) with sophisticated capabilities for the display, analysis and management of geographic information. It is a building block that allows developers to add maps and other geographic data capabilities to their web applications. The SLD project is a standalone project that implements a communication, editing and persistence library for SLD (Styled Layer Descriptor) styles.

Лицензия

Лицензия

Категории

Категории

Geo Прикладные библиотеки Geospatial
Группа

Группа

org.geomajas.project
Идентификатор

Идентификатор

geomajas-project-sld-editor-all
Последняя версия

Последняя версия

1.0.0-M2
Дата

Дата

Тип

Тип

pom
Описание

Описание

Geomajas SLD editor project
Geomajas is a component framework for building rich Internet applications (RIA) with sophisticated capabilities for the display, analysis and management of geographic information. It is a building block that allows developers to add maps and other geographic data capabilities to their web applications. The SLD project is a standalone project that implements a communication, editing and persistence library for SLD (Styled Layer Descriptor) styles.
Система контроля версий

Система контроля версий

https://github.com/geomajas/geomajas-project-sld-editor.git

Скачать geomajas-project-sld-editor-all

Имя Файла Размер
geomajas-project-sld-editor-all-1.0.0-M2.pom 11 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.geomajas.project/geomajas-project-sld-editor-all/ -->
<dependency>
    <groupId>org.geomajas.project</groupId>
    <artifactId>geomajas-project-sld-editor-all</artifactId>
    <version>1.0.0-M2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.geomajas.project/geomajas-project-sld-editor-all/
implementation 'org.geomajas.project:geomajas-project-sld-editor-all:1.0.0-M2'
// https://jarcasting.com/artifacts/org.geomajas.project/geomajas-project-sld-editor-all/
implementation ("org.geomajas.project:geomajas-project-sld-editor-all:1.0.0-M2")
'org.geomajas.project:geomajas-project-sld-editor-all:pom:1.0.0-M2'
<dependency org="org.geomajas.project" name="geomajas-project-sld-editor-all" rev="1.0.0-M2">
  <artifact name="geomajas-project-sld-editor-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.geomajas.project', module='geomajas-project-sld-editor-all', version='1.0.0-M2')
)
libraryDependencies += "org.geomajas.project" % "geomajas-project-sld-editor-all" % "1.0.0-M2"
[org.geomajas.project/geomajas-project-sld-editor-all "1.0.0-M2"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • expert-common
  • expert-gwt
  • expert-gwt-example-jar
  • expert-gwt-example

Geomajas SLD editor project

What is Geomajas

Geomajas is an Open Source Web Mapping Framework written in Java. It provides both server and client components. This project contains the geomajas sld editor.

For more details about the project, how to use it, manuals and other information, take a look at the website at http://www.geomajas.org/ .

For commercial support see http://www.geosparc.com/ .

Build Process

In order to build Geomajas, we recommend using Maven (see http://maven.apache.org/). Following Maven best practices, the pom.xml files do not contain any Maven repositories.

You'll have to add the Geomajas Maven repository (http://maven.geomajas.org/) to your settings.xml file, which can be located in:

~/.m2/settings.xml

Next go to the root of the source code and run:

mvn install
org.geomajas.project

Geomajas

Версии библиотеки

Версия
1.0.0-M2
1.0.0-M1